Added a ftplugin file for .snippets file and set some sane defaults for folding

This commit is contained in:
Holger Rapp 2011-03-27 08:09:12 +02:00
parent 3563b7a57f
commit 6324ff1435

5
ftplugin/snippets.vim Normal file
View 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