X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/40cd14f7baeb0eeba7e54518cdf218a3f9d6f4c6..2a0b2b95e0568c4e6fcb61f892645fbb58343f73:/vimrc diff --git a/vimrc b/vimrc index 3e5c937..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 @@ -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'