Vim Reboot 7
Some other useful plugins
There are some other plugins remaining that I find quite useful, but don’t need to do much configuration for:
- SnipMate - For quickly creating your own custom snippets.
- Surround - For working with surrounding brackets. Need to change your
"’s to'’s ? or()to[]? Use Surround.vim. - Unimpared - Mappings for common operations.
- NERD Tree - Sidebar that contains the structure of the current project. Useful for common file operations.
- Endwise - Adds the ‘end’ keyword to certain structures automatically in Ruby.
Each of these plugins can be installed by simply downloading the zip and unpacking it in your ~/.vim directory.