mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:29:02 -08:00
disable syntax folds due to hangs
This commit is contained in:
parent
65df9c65c8
commit
5723bde17d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ set smartcase " except when uppercase is used
|
|||
|
||||
set infercase " use existing case when ins-completing
|
||||
|
||||
set foldmethod=syntax
|
||||
set foldmethod=marker
|
||||
set foldlevelstart=99 " start with everything unfolded
|
||||
|
||||
if 0
|
||||
|
|
Loading…
Reference in a new issue