Name
Bigtop::Docs::Vim - How to get vim syntax things for Bigtop files
How To
There are syntax files for vim in the Bigtop distribution's vim subdirectory. To use them do the following:
Create a .vim directory under your home directory, if you don't already have one.
Copy filetype.vim to the new directory, or merge it with the one you already have.
Create a subdirectory of .vim called syntax, if you don't already have one.
Copy bigtop.vim to the syntax subdirectory.
Start vim on a bigtop file and see the pretty colors.
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.
Folding
If you want folding, add:
let bigtop_fold=1
to your .vimrc. This will fold all brace delimited blocks.