GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Bigtop::Docs::Vim(3) User Contributed Perl Documentation Bigtop::Docs::Vim(3)

Bigtop::Docs::Vim - How to get vim syntax things for Bigtop files

There are syntax files for vim in the Bigtop distribution's vim subdirectory. To use them do the following:
1.
Create a .vim directory under your home directory, if you don't already have one.
2.
Copy filetype.vim to the new directory, or merge it with the one you already have.
3.
Create a subdirectory of .vim called syntax, if you don't already have one.
4.
Copy bigtop.vim to the syntax subdirectory.
5.
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.

If you want folding, add:

    let bigtop_fold=1

to your .vimrc. This will fold all brace delimited blocks.

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.