X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/0d9acf5febc7f45669e735f7d2bc54b65568c4e4..c67dd2dbe9732ad91b8ec844eee3b7daa5c98ad4:/vimrc diff --git a/vimrc b/vimrc index d457e33..4a38153 100755 --- a/vimrc +++ b/vimrc @@ -96,7 +96,7 @@ runtime! macros/matchit.vim highlight Keyword cterm=italic " FZF config -set rtp+=/usr/local/opt/fzf +set rtp+=$FZF_VIM_PATH " Inserts the path of the currently edited file into a command noremap :FZF @@ -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()