11 ms·
I want to use vim as my IDE, so my favorite plugins are the ones that integrate the functionality you'd expect in a development environment. - 'NERD_tree': pro
by ynoclo 15y ago
I want to use vim as my IDE, so my favorite plugins are the ones that integrate the functionality you'd expect in a development environment.
- 'NERD_tree': provides a hierarchical directory view in a sidebar (much like a project view); open a file by hitting enter, or by double-clicking in MacVim
- 'a': toggle quickly between a source file and its header
- 'cscope_maps': search through my cscope-indexed source files and system headers
- 'fuf' and 'l9' (a.k.a. FuzzyFinder): quick way to open files, auto-completing as you type
- 'tagbar': displays navigable list of functions/methods in a sidebar (better than the old 'taglist' plugin)