vim: Load coc.nvim only with vim >= 8.1.1719

This commit is contained in:
2020-10-10 00:03:48 +02:00
parent 027204615b
commit c0f7b43dac

View File

@@ -1,7 +1,10 @@
" Plugins ######################################################################
" Auto completion
packadd! coc.nvim
source $XDG_CONFIG_HOME/vim/coc.nvim.vim
" needs vim >= 8.1.1719 to support features like popup and text property.
if (has('patch-8.1.1719'))
packadd! coc.nvim
source $XDG_CONFIG_HOME/vim/coc.nvim.vim
endif
" Theme
packadd! onedark.vim
" Git information