]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - vimrc
Touch tool version
[rbdr/dotfiles] / vimrc
diff --git a/vimrc b/vimrc
index 3e5c9370d825ca71d0f9e96de2ca9320b0dafa0a..d16ba35ae5a53c5287aaf41101efa5a3794105da 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>
@@ -219,6 +219,7 @@ Plug 'jparise/vim-graphql'
 Plug 'tpope/vim-endwise'
 Plug 'rstacruz/vim-closer'
 Plug 'michaeljsmith/vim-indent-object'
+Plug 'editorconfig/editorconfig-vim'
 
 " Distraction free editing
 Plug 'junegunn/goyo.vim'