From 045c955f835fdb11983117ca6e27aa4543de4109 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 28 Jan 2021 11:07:12 +0100 Subject: Remove plug versions of coc plugins --- Common/vimrc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Common/vimrc b/Common/vimrc index ae90a0b..ae5457a 100644 --- a/Common/vimrc +++ b/Common/vimrc @@ -415,17 +415,17 @@ Plug 'preservim/nerdcommenter' Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'dense-analysis/ale' -Plug 'neoclide/coc-tsserver', {'do': 'yarn install --frozen-lockfile'} -Plug 'clangd/coc-clangd', {'do': 'yarn install --frozen-lockfile'} -Plug 'voldikss/coc-cmake', {'do': 'yarn install --frozen-lockfile'} -Plug 'neoclide/coc-css', {'do': 'yarn install --frozen-lockfile'} -Plug 'neoclide/coc-eslint', {'do': 'yarn install --frozen-lockfile'} -Plug 'neoclide/coc-highlight', {'do': 'yarn install --frozen-lockfile'} -Plug 'neoclide/coc-html', {'do': 'yarn install --frozen-lockfile'} -Plug 'neoclide/coc-java', {'do': 'yarn install --frozen-lockfile'} -Plug 'fannheyward/coc-pyright', {'do': 'yarn install --frozen-lockfile'} -Plug 'josa42/coc-sh', {'do': 'yarn install --frozen-lockfile'} -Plug 'fannheyward/coc-texlab', {'do': 'yarn install --frozen-lockfile'} +"Plug 'neoclide/coc-tsserver', {'do': 'yarn install --frozen-lockfile'} +"Plug 'clangd/coc-clangd', {'do': 'yarn install --frozen-lockfile'} +"Plug 'voldikss/coc-cmake', {'do': 'yarn install --frozen-lockfile'} +"Plug 'neoclide/coc-css', {'do': 'yarn install --frozen-lockfile'} +"Plug 'neoclide/coc-eslint', {'do': 'yarn install --frozen-lockfile'} +"Plug 'neoclide/coc-highlight', {'do': 'yarn install --frozen-lockfile'} +"Plug 'neoclide/coc-html', {'do': 'yarn install --frozen-lockfile'} +"Plug 'neoclide/coc-java', {'do': 'yarn install --frozen-lockfile'} +"Plug 'fannheyward/coc-pyright', {'do': 'yarn install --frozen-lockfile'} +"Plug 'josa42/coc-sh', {'do': 'yarn install --frozen-lockfile'} +"Plug 'fannheyward/coc-texlab', {'do': 'yarn install --frozen-lockfile'} call plug#end() " Setup AirLine -- cgit v1.2.3