1
0
Fork 0

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:
Jan Grosser 2024-06-22 22:57:13 +02:00
parent 33aa4ded95
commit 70355c5011

View file

@ -416,6 +416,13 @@
set mouse=
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Folding
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set foldmethod=indent
" Unfold all when opening a file
set foldlevel=99
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Folding with nvim-ufo
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""