feat (vimrc): use foldmethod indent - lines with equal indent form a fold

This commit is contained in:
eeemsi 2023-11-17 20:16:27 +01:00
parent 9353d37444
commit f77d66a848
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -19,6 +19,9 @@ 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:-