-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
- I see
JavaScriptFold()in the source, however vim tells meNo fold foundwhen I typezcin a foldable block - If I add the following manually to my
~/.vimrc, it seems to work:
" From vim-es6 source:
setl foldmethod=syntax
setl foldlevelstart=1
syntax region foldBraces start=/{/ end=/}/ transparent fold keepend extend
- How can I get folding to work without manually adding the above to
~/.vimrc?
Metadata
Metadata
Assignees
Labels
No labels