My vim dot files. the .vimrc
file is saved to vimrc.
Just run the following commands via terminal to get perfectly set up:
$ cd ~/
$ git clone --recursive https://github.com/jfrazelle/.vim.git .vim
$ ln -sf $HOME/.vim/vimrc $HOME/.vimrc
The vim dot files make use of the excellent Pathogen runtime path manager to install plugins and runtime files into their own private directiories.
Currently using version 2.2 of Pathogen
- Dockerfile
- ack - Search Tool
- delimitMate - Automatic closing of quotes, parenthesis, brackets, etc.
- minibufexpl - Buffer Status
- nerdtree - Filesystem Explorer
- syntastic - Syntax Checking
- tabular - Tab Control
- vim-airline - Lean status/tabline
- vim-cfmt - C code formatter
- vim-colors-solarized
- Solarized Colorscheme
- vim-endwise - End certain structure automatically
- vim-fugitive - Git Wrapper
- vim-go - Go support
- vim-indent-lines - Display space indentation levels
- vim-json - JSON support
- vim-systemd - Fedora Support
- vim-toml - TOML support