Original from jessfraz/.vim
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/bugbuilder/.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.4 of Pathogen
You can use the Makefile
to run a series of commands.
$ make help
install Sets up symlink for user and root .vimrc for vim and neovim.
README.md Generates and updates plugin info in README.md.
remove-submodule Removes a git submodule (ex MODULE=bundle/nginx.vim).
update-pathogen Updates pathogen.
update-plugins Updates all plugins.
update Updates pathogen and all plugins.
- github.com/kien/ctrlp.vim
- github.com/Raimondi/delimitMate
- github.com/zchee/deoplete-go
- github.com/Shougo/deoplete.nvim
- github.com/scrooloose/nerdtree
- github.com/Xuyuanp/nerdtree-plugin.git
- github.com/joshdick/onedark.vim
- github.com/godlygeek/tabular
- github.com/SirVer/ultisnips
- github.com/vim-airline/vim-airline
- github.com/ntpeters/vim-better-whitespace
- github.com/ap/vim-buftabline
- github.com/tpope/vim-commentary
- github.com/tpope/vim-fugitive
- github.com/fatih/vim-go
- github.com/fatih/vim-hclfmt
- github.com/sheerun/vim-polyglot
- github.com/uarun/vim-protobuf
- github.com/tpope/vim-sensible