.
This commit is contained in:
@ -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 = []
|
||||
|
Reference in New Issue
Block a user