]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - vimrc
Clear karabiner config
[rbdr/dotfiles] / vimrc
diff --git a/vimrc b/vimrc
index d457e33517572b825c25ea8c7bd9f13b2aacd801..4a38153b152c2938898ceee224157c339bdec316 100755 (executable)
--- 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 <C-P> :FZF <CR>
@@ -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()