vimrc: prefer,enable manual folding

This commit is contained in:
surtur 2022-07-22 18:16:44 +02:00
parent 798f97d873
commit 52d8a48ea5
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -755,8 +755,7 @@ set colorcolumn=80 " Highlight column 80 to get coding horizontal bou
set noerrorbells " bells in vim
set viminfo='50,"50 " '=marks for x files, "=registers for x files
set nofoldenable
"set foldmethod=indent " indent based folding
set foldmethod=manual " manual folding
set encoding=utf-8 " important for powerline besides others
set noscrollbind