From 1007b06a610766c4de7d3708699f95df757391dc Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 22 Feb 2018 14:59:36 +0100 Subject: Folds support --- plugin/syntax.vim | 5 +++++ 1 file changed, 5 insertions(+) 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 + -- cgit v1.2.3