feat (vimrc): use foldmethod indent - lines with equal indent form a fold
This commit is contained in:
parent
9353d37444
commit
f77d66a848
3
vimrc
3
vimrc
@ -19,6 +19,9 @@ set ignorecase hlsearch
|
|||||||
" enable syntax highlighting
|
" enable syntax highlighting
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
|
" lines with equal indent form a fold
|
||||||
|
set foldmethod=indent
|
||||||
|
|
||||||
" show tabs and trailing spaces
|
" show tabs and trailing spaces
|
||||||
set list listchars=tab:>-,trail:-
|
set list listchars=tab:>-,trail:-
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user