del (vimrc): remove setting for foldmethod (for now?)

This commit is contained in:
eeemsi 2024-02-10 17:00:40 +01:00
parent 7367aefa94
commit 20fb0f29ae
1 changed files with 0 additions and 3 deletions

3
vimrc
View File

@ -19,9 +19,6 @@ set ignorecase hlsearch
" enable syntax highlighting
syntax on
" lines with equal indent form a fold
set foldmethod=indent
" show tabs and trailing spaces
set list listchars=tab:>-,trail:-