summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-22 14:59:36 +0100
committerache <ache@ache.one>2018-02-22 14:59:36 +0100
commit1007b06a610766c4de7d3708699f95df757391dc (patch)
tree564c533896f2b1dc7f188d75ac33db345f2c7aa8 /plugin
parent[BIG] Clean up the config (diff)
Folds support
Diffstat (limited to 'plugin')
-rwxr-xr-xplugin/syntax.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/syntax.vim b/plugin/syntax.vim
index ecd8edb..fb26cb9 100755
--- a/plugin/syntax.vim
+++ b/plugin/syntax.vim
@@ -7,3 +7,8 @@ let python_highlight_all = 1
" syntastic
let g:syntastic_cpp_compiler_options = "-std=cpp11"
+
+let javaScript_fold=1
+let xml_fold=1
+let sh_fold=1
+