From 7a33f92e6a02e5fc42568c022b77cada4a30c26e Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Sun, 10 Oct 2021 18:06:19 +0200 Subject: [PATCH] remove unused plugins --- init.vim | 3 --- 1 file changed, 3 deletions(-) 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' } " }}}