diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-28 22:13:13 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-28 22:13:13 +0200 |
| commit | 40cd14f7baeb0eeba7e54518cdf218a3f9d6f4c6 (patch) | |
| tree | 1ff74742721576e96855ce43f704f4c3da8953aa /vimrc | |
| parent | 0d9acf5febc7f45669e735f7d2bc54b65568c4e4 (diff) | |
Move graphql plugin to syntaxes
Diffstat (limited to 'vimrc')
| -rwxr-xr-x | vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -213,6 +213,7 @@ Plug 'leafOfTree/vim-svelte-plugin' Plug 'bumaociyuan/vim-swift' Plug 'udalov/kotlin-vim' Plug 'tikhomirov/vim-glsl' +Plug 'jparise/vim-graphql' " Editing Plug 'tpope/vim-endwise' @@ -238,7 +239,5 @@ 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() |