![]() |
![]()
| ![]() |
![]()
NameBigtop::Docs::Vim - How to get vim syntax things for Bigtop files How ToThere are syntax files for vim in the Bigtop distribution's vim subdirectory. To use them do the following:
You could also just cp -R * from the Bigtop vim directory into your .vim directory and skip to step 5, but that would overwrite your filetype.vim, if you have one. FoldingIf you want folding, add: let bigtop_fold=1 to your .vimrc. This will fold all brace delimited blocks.
|