My vim dot files.
Just run the following commands via terminal to get perfectly set up:
$ cd ~/
$ git clone https://github.com/shalzz/.vim.git
$ cd "${HOME}/.vim"
$ make install-nvim # for Neovim
or
$ make install-vim
The vim dot files make use of the excellent vim-plug Vim plugin manager.
plug.vim
is already included with the repo. Just run :PlugInstall
in vim to install the plugins on first start.
- github.com/ctrlpvim/ctrlp.vim
- github.com/Shougo/deoplete.nvim
- github.com/scrooloose/nerdtree
- github.com/vim-airline/vim-airline
- github.com/vim-airline/vim-airline-themes
- github.com/aradunovic/perun.vim
- github.com/tpope/vim-fugitive
- github.com/edkolev/tmuxline.vim
- github.com/tpope/vim-obsession
- github.com/rust-lang/rust.vim
- github.com/sebastianmarkow/deoplete-rust
- github.com/autozimu/LanguageClient-neovim