mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
11 lines
370 B
VimL
11 lines
370 B
VimL
"
|
|
" Enables syntax folding for the configuration file.
|
|
" Removes the need to clutter the file with fold markers.
|
|
"
|
|
" Put the file in $VIM/after/syntax/dosini.vim
|
|
"
|
|
syn region dosiniSection start="^\[" end="\(\n\+\[\)\@=" contains=dosiniLabel,dosiniHeader,dosiniComment keepend fold
|
|
setlocal foldmethod=syntax
|
|
|
|
" Uncomment to start with folds open
|
|
"setlocal foldlevel=20
|