Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-13 | ftplugin/objc.vim: Switch alternates on <C-^> | Teddy Wing | |
Use FSwitch to swap .h and .m files in the current window when `<C-^>` is pressed. | |||
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++. |