In HOME directory clone GIT repo:
git clone --recursive [email protected]:aepifanov/.vim.git
cd ~/.vim
make install
In VIM directory (~/.vim)
make update
This repo contains the following list of useful VIM plugins:
- NerdTree
File system explorer.
HotKey <F1>
https://github.com/scrooloose/nerdtree.git
- BufExplorer
VIM buffer explorer.
HotKey <F5>
https://github.com/thisivan/vim-bufexplorer.git
- TagBar
Tags browser.
HotKey <F10>
https://github.com/majutsushi/tagbar.git
- Gundo
VIM plugin to visualize your Vim undo tree.
HotKey <leader>g
- MRU
The Most Recently Used (MRU) plugin provides an easy access to a list of recently opened/edited files in Vim.
https://github.com/vim-scripts/mru.vim.git
- Fugitive
GIT wrapper.
https://github.com/tpope/vim-fugitive.git
- Grep VIM
rep search tools integration with Vim
https://github.com/vairix-amuhlethaler/grep_vim.git
- ViewDoc
Flexible viewer for any documentation source (help/man/perldoc/etc.).
https://github.com/powerman/vim-plugin-viewdoc.git
- SuperTab
VIM plugin which allows you to use <Tab> for all your insert completion needs.
HotKey <Tab>
https://github.com/ervandew/supertab.git
- PythonMode
It allows you to use the pylint, rope, pydoc, pyflakes, pep8, mccabe libraries in vim to provide features like python code looking for bugs, refactoring and some other useful things.
https://github.com/klen/python-mode.git
- PythonSyntax
Python syntax file for Vim editor.
https://github.com/me-vlad/python-syntax.vim.git
- PEP8
VIM plugin that just checks if your python code is pep-8 compliant.
HotKey <F10>
https://github.com/vim-scripts/pep8.git
- L9
L9 is a Vim-script library, which provides some utility functions and commands for programming in Vim.
- FuzzyFinder
It provides convenient ways to quickly reach the buffer/file/command/bookmark/tag you want.
https://github.com/vim-scripts/FuzzyFinder.git