Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-24 | Add ftplugin/objc{,pp}.vim | Teddy Wing | |
Filetype plugins for Objective-C. Turns out editing ObjC in Vim is somewhat surprisingly whoppingly better than Xcode. This gets indentation set to 4-space tabs and sets the comment correct prefix (Tcomment forces /* ... */). Include `objcpp` also because ObjC header files get recognised by Vim as ObjC++. |