This commit is contained in:
2020-07-25 02:56:35 +02:00
parent 4b09eb1f78
commit 282e697ad8
5 changed files with 32 additions and 165 deletions

View File

@ -141,6 +141,13 @@ Plug 'robertbasic/vim-hugo-helper'
Plug 'ekalinin/Dockerfile.vim'
" Use release branch (recommend)
Plug 'neoclide/coc.nvim', {'branch': 'release'}
" Or build from source code by using yarn: https://yarnpkg.com
Plug 'neoclide/coc.nvim', {'do': 'yarn install --frozen-lockfile'}
call plug#end()
"
" ########################################################################
@ -220,6 +227,8 @@ set foldnestmax=10
"let g:php_folding = 1
"let g:perl_fold = 1
"set spell spelllang=pl
let g:SimpylFold_docstring_preview = 1
let g:startify_custom_header = []