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' }