vim: switched folding method
This commit is contained in:
parent
6a90437ccd
commit
9103812466
1 changed files with 1 additions and 2 deletions
3
.vimrc
3
.vimrc
|
@ -98,9 +98,8 @@ set softtabstop=4
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set nowrap
|
set nowrap
|
||||||
set number
|
set number
|
||||||
set foldmethod=indent
|
set foldmethod=syntax
|
||||||
set foldnestmax=10
|
set foldnestmax=10
|
||||||
set nofoldenable
|
|
||||||
set listchars=eol:¶,tab:\»\ ,trail:~,extends:>,precedes:<,nbsp:+
|
set listchars=eol:¶,tab:\»\ ,trail:~,extends:>,precedes:<,nbsp:+
|
||||||
set list
|
set list
|
||||||
set tags+=$HOME/.cache/cpp_tags
|
set tags+=$HOME/.cache/cpp_tags
|
||||||
|
|
Loading…
Reference in a new issue