diff options
author | Max Christian Pohle | 2017-11-28 00:13:32 +0100 |
---|---|---|
committer | Max Christian Pohle | 2017-11-28 00:13:32 +0100 |
commit | b0ca02d62d1c4dce205e71e6336ca1484c56e5db (patch) | |
tree | 3d62d89829f3ecc63c08394b1d679fef76c325cd | |
parent | 1bf223c62937b39bb8c08ffe67ef3b79919b3191 (diff) | |
download | vim-karlmarks-b0ca02d62d1c4dce205e71e6336ca1484c56e5db.tar.bz2 vim-karlmarks-b0ca02d62d1c4dce205e71e6336ca1484c56e5db.zip |
Removed foldmethod=syntax since it is making Vim slow
-rw-r--r-- | vimrc-full | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ set tags+=../tags | |||
217 | set nofoldenable | " disable folding, because we have zi to toggle foldenable :) | 217 | set nofoldenable | " disable folding, because we have zi to toggle foldenable :) |
218 | set foldclose=all | " automatically fold, when the cursor leaves the folded area | 218 | set foldclose=all | " automatically fold, when the cursor leaves the folded area |
219 | set foldcolumn=0 | " I think I don't need this second indicator | 219 | set foldcolumn=0 | " I think I don't need this second indicator |
220 | set foldmethod=syntax | " foldlevel: syntax, indent, manual | 220 | " set foldmethod=syntax | " foldlevel: syntax, indent, manual / foldmethod=syntax makes Vim incredible slow |
221 | set foldnestmax=1 | " top level folding only | 221 | set foldnestmax=1 | " top level folding only |
222 | set foldopen=block,hor,search | " when do we unfold? | 222 | set foldopen=block,hor,search | " when do we unfold? |
223 | set foldtext=Foldtext() | " | 223 | set foldtext=Foldtext() | " |