Added a ftplugin file for .snippets file and set some sane defaults for folding
This commit is contained in:
parent
3563b7a57f
commit
6324ff1435
5
ftplugin/snippets.vim
Normal file
5
ftplugin/snippets.vim
Normal file
@ -0,0 +1,5 @@
|
||||
" Set some sane defaults for snippet files
|
||||
|
||||
" Fold by syntax, but open all folds by default
|
||||
setlocal foldmethod=syntax
|
||||
setlocal foldlevel=99
|
Loading…
Reference in New Issue
Block a user