Skip to content
chrisopedia edited this page Nov 3, 2014 · 1 revision

Theme

Plugins

  • vundle - manages all plugin installation

UI

Editing

  • editorconfig-vim - helps developers define and maintain consistent coding styles between different editors and IDEs
  • emmet-vim - provides support for expanding abbreviations
  • nerdcommenter - intensely orgasmic commenting
  • vim-surround - quoting/parenthesizing made simple

Syntax

  • syntastic - syntax checking plugin for ViM that runs files through external syntax checkers and displays any resulting errors to the user.
  • vim-polyglot - A solid language pack for ViM

Utilities

  • ctrlp.vim - fuzzy file, buffer, mru, tag, etc finder
  • nerdtree - tree explorer plugin for vim
  • tagbar - displays tags in a window, ordered by scope
  • supertab - perform all your ViM insert mode completions with
  • vim-fugitive - a Git wrapper so awesome, it should be illegal
Clone this wiki locally