Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Latest commit

 

History

History
85 lines (59 loc) · 3.41 KB

README.md

File metadata and controls

85 lines (59 loc) · 3.41 KB

awesome-vim

A collaborative list of awesome vim resources inspired by awesome-swift. Feel free to contribute!

Vim Download

Plugins

A cool list of interesting plugins for VIM

Explorer

  • NERDTree - A filesystem tree explorer.

File finder

  • CtrlP - Fuzzy file, buffer, mru, tag, etc finder.
  • FuzzyFinder - Quick reach buffer/file/command/bookmark/tag you want.
  • Unite - You can search display information from arbitrary sources.

Git

  • Fugitive - Git wrapper for vim.
  • vim-gitgutter - A Vim plugin which shows a git diff in the 'gutter' (sign column) and stages/undoes hunks.

Plugin Manager

  • Pathogen - Install and manage plugin and runtime files easier.
  • Vim-plug - Minimalist Vim Plugin Manager.
  • Vundle - Vundle plugin manager.

Syntax