[misc] remove coc plugins

This commit is contained in:
Klesh Wong 2020-10-29 14:01:06 +08:00
parent b678325bad
commit 8519402db3

View File

@ -95,7 +95,6 @@ Plug 'posva/vim-vue', { 'for': 'vue' }
Plug 'tpope/vim-repeat'
if $COC_ENABLED == 'yes'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'neoclide/coc-python', {'do': 'yarnpkg install --frozen-lockfile'}
else
Plug 'Vimjas/vim-python-pep8-indent', { 'for': 'python' }
endif