diff --git a/init.vim b/init.vim index 4b0556f..2de091b 100644 --- a/init.vim +++ b/init.vim @@ -47,17 +47,14 @@ Plug 'neoclide/coc-snippets', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-tsserver', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-eslint', { 'do': 'yarn install --frozen-lockfile' } Plug 'fannheyward/coc-rust-analyzer', { 'do': 'yarn install --frozen-lockfile' } -Plug 'neoclide/coc-vetur', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-css', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-vimtex', { 'do': 'yarn install --frozen-lockfile' } Plug 'fannheyward/coc-texlab', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-html', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-yaml', { 'do': 'yarn install --frozen-lockfile' } "Plug 'neoclide/coc-python', { 'do': 'yarn install --frozen-lockfile' } -Plug 'marlonfan/coc-phpls', { 'do': 'yarn install --frozen-lockfile' } Plug 'fannheyward/coc-sql', { 'do': 'yarn install --frozen-lockfile' } Plug 'fannheyward/coc-markdownlint', { 'do': 'yarn install --frozen-lockfile' } -Plug 'josa42/coc-go', { 'do': 'yarn install --frozen-lockfile' } Plug 'fannheyward/coc-pyright', { 'for': 'python', 'do': 'yarn install --frozen-lockfile' } " }}}