-
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.cppfile 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 .hppthe 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.cppyou can simply invokeMainwhen 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.)