diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-28 12:59:09 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-28 12:59:09 +0200 |
| commit | 8cbd4ff09c6ad07aff34ceddcf37f6b74148a943 (patch) | |
| tree | 79f6802b416cc46a54add7ddc58b4aa0077cd13f | |
| parent | 5e11d15abffd21c999bcd69439f3407173cd39a4 (diff) | |
Add graphql vim plugin
| -rwxr-xr-x | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -223,5 +223,7 @@ Plug 'tpope/vim-fugitive' Plug 'milkypostman/vim-togglelist' Plug 'jremmen/vim-ripgrep' +Plug 'jparise/vim-graphql' + " List ends here. Plugins become visible to Vim after this call. call plug#end() |