From f2b390502dcc1080548f770a1ba7a8b4d6d9dfc1 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Wed, 16 Dec 2020 10:31:53 +0100 Subject: [PATCH] coc: remove coc-python will be deprecated anytime soon --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 277d013..fd62742 100644 --- a/init.vim +++ b/init.vim @@ -46,7 +46,7 @@ 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 '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' }