X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/40cd14f7baeb0eeba7e54518cdf218a3f9d6f4c6..b119078502c0b82f890aea559cdc211d1b518353:/vimrc diff --git a/vimrc b/vimrc index 3e5c937..fdcc917 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 @@ -214,11 +214,13 @@ Plug 'bumaociyuan/vim-swift' Plug 'udalov/kotlin-vim' Plug 'tikhomirov/vim-glsl' Plug 'jparise/vim-graphql' +Plug 'digitaltoad/vim-pug' " 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' @@ -227,13 +229,7 @@ Plug 'junegunn/limelight.vim' " Tools Plug 'editorconfig/editorconfig-vim' Plug 'dense-analysis/ale' -if has('nvim') - Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } -else - Plug 'Shougo/deoplete.nvim' - Plug 'roxma/nvim-yarp' - Plug 'roxma/vim-hug-neovim-rpc' -endif +Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'vim-scripts/LargeFile' Plug 'tpope/vim-fugitive' Plug 'milkypostman/vim-togglelist'