mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -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 infercase " use existing case when ins-completing
|
||||||
|
|
||||||
set foldmethod=syntax
|
set foldmethod=marker
|
||||||
set foldlevelstart=99 " start with everything unfolded
|
set foldlevelstart=99 " start with everything unfolded
|
||||||
|
|
||||||
if 0
|
if 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue