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