Basic folding using builtin foldmethod
Basic folding using builtin folding. Howto: https://andrewcourter.substack.com/p/code-folding-in-neovim However, the folding does not work properly. I could not get nvim-ufo to work yet.
This commit is contained in:
parent
33aa4ded95
commit
70355c5011
1 changed files with 7 additions and 0 deletions
|
|
@ -416,6 +416,13 @@
|
|||
|
||||
set mouse=
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => Folding
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
set foldmethod=indent
|
||||
" Unfold all when opening a file
|
||||
set foldlevel=99
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => Folding with nvim-ufo
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue