-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Moshe Rabaev edited this page Dec 29, 2019
·
1 revision
Welcome to the vim4cpp wiki!
-
Anytime you open a
main.cpp
file a default main configuration will be inserted so you don't have to type it out every single time -
If you open a header file marked
.h or .hpp
the plugin will automatically create include guards for your header file -
If you want to have a main configuration in a file that is not marked
main.cpp
you can simply invokeMain
when in Normal mode. (This feature isn't fully complete yet as you have to invoke Main before any text exists in your file otherwise it won't work.)