summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-01-27 00:46:49 +0100
committerache <ache@ache.one>2023-01-27 00:46:49 +0100
commitec6cc7bdf435283d24850a7d2ddce2bfd2ba19e5 (patch)
tree88204770907a996a4d3117139531e8af2ad24787
parentPersonnal shortcut update (diff)
JS fold
-rwxr-xr-xplugin/syntax.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/syntax.vim b/plugin/syntax.vim
index fb26cb9..d679622 100755
--- a/plugin/syntax.vim
+++ b/plugin/syntax.vim
@@ -8,7 +8,8 @@ let python_highlight_all = 1
" syntastic
let g:syntastic_cpp_compiler_options = "-std=cpp11"
-let javaScript_fold=1
+" let javaScript_fold=1
let xml_fold=1
let sh_fold=1
+set synmaxcol=250