feat(prog/nvim): improve vim folding
This commit is contained in:
parent
4b54861f0b
commit
7eea4fa00b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ augroup END
|
|||
" Vimscript file settings {{{
|
||||
augroup filetype_vim
|
||||
autocmd!
|
||||
autocmd FileType vim setlocal foldmethod=marker
|
||||
autocmd FileType vim setlocal foldmethod=marker foldcolumn=1 foldlevelstart=0
|
||||
augroup END
|
||||
" }}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue