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/jessfraz/.vim.git .vim
$ ln -sf $HOME/.vim/vimrc $HOME/.vimrc
$ cd $HOME/.vim
$ git submodule update --initThe 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
- github.com/ctrlpvim/ctrlp.vim
- github.com/Raimondi/delimitMate
- github.com/zchee/deoplete-go
- github.com/Shougo/deoplete.nvim
- github.com/itchyny/lightline.vim
- github.com/scrooloose/nerdtree
- github.com/godlygeek/tabular
- github.com/moll/vim-bbye
- github.com/ntpeters/vim-better-whitespace
- github.com/ap/vim-buftabline
- github.com/crosbymichael/vim-cfmt
- github.com/altercation/vim-colors-solarized
- github.com/tpope/vim-endwise
- github.com/tpope/vim-five.git
- github.com/airblade/vimgutter.git
- github.com/fatih/vim-go
- github.com/Yggdroot/indentLine
- github.com/elzr/vim-json
- github.com/moorereason/vim-markdownfmt
- github.com/fatih/vim-nginx
- github.com/hynek/vim-python-pep8-indent
- github.com/mhinz/vim-sayonara
- fedorapeople.org/home/fedora/wwoods/public/vim-scripts.git
- github.com/cespare/vim-toml