X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/0d9acf5febc7f45669e735f7d2bc54b65568c4e4..2a0b2b95e0568c4e6fcb61f892645fbb58343f73:/vimrc diff --git a/vimrc b/vimrc index d457e33..d16ba35 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,11 +213,13 @@ 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' Plug 'rstacruz/vim-closer' Plug 'michaeljsmith/vim-indent-object' +Plug 'editorconfig/editorconfig-vim' " Distraction free editing Plug 'junegunn/goyo.vim' @@ -238,7 +240,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()