My vim dot files. the .vimrc
file is saved to vimrc.
Stole from @jessfraz.. Love your stuff!
Just run the following commands via terminal to get perfectly set up:
$ cd ~/
$ git clone --recursive https://github.com/schecbr/.vim.git .vim
$ ln -sf $HOME/.vim/vimrc $HOME/.vimrc
$ cd $HOME/.vim
$ git submodule update --init
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
- github.com/ctrlpvim/ctrlp.vim
- github.com/Raimondi/delimitMate
- github.com/zchee/deoplete-go
- github.com/Shougo/deoplete.nvim
- github.com/vivien/vim-linux-coding-style
- github.com/scrooloose/nerdtree
- github.com/godlygeek/tabular
- github.com/vim-airline/vim-airline
- github.com/vim-airline/vim-airline-themes
- 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/fatih/vim-hclfmt
- github.com/Yggdroot/indentLine
- github.com/elzr/vim-json
- github.com/terryma/vim-multiple-cursors
- github.com/fatih/vim-nginx
- github.com/daltoad/vim-pug.git
- github.com/hynek/vim-python-pep8-indent
- github.com/mhinz/vim-sayonara
- github.com/cespare/vim-toml