git clone git://github.com/indero/dotvim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
mkdir -p ~/.vim/pack/minpac/opt
cd ~/.vim/pack/minpac/opt
git clone https://github.com/k-takata/minpac.git
cd
vim -E -c PackUpdate -c q
- Patched font for Airline: https://github.com/Lokaltog/vim-powerline/wiki/Patched-fonts
- or a Nerdfont (https://github.com/ryanoasis/nerd-fonts), if you want to use devicons
- 256 Color Terminal
- jj as ESC
- // reset search highlight
- ,p open CTRLP
- Try {Motion}
- Toggle paste mode
- Toggle between number/relative number/no number combined with listoptions disabled
- Toggle Tagbar
- Not implemented anymore
Load vimrc from:
- ~/.vim-testing/vimrc.local
- ~/.vim-dev/vimrc.local
- ~/.vim-local/vimrc.local
- ~/.vim/vimrc.local
- Keep 100 lines of command history
- By scrolling, keep the cursor 4 lines from top and bottom
- Use the wildmenu
- highlight search results
- Begin search while typing
- No bells
- Tab is 2 spaces
- Trailing whitspaces are displayed as a dot.
- Modeline is enabled
- Airline needs utf8.
Fold and unfold folds with space key.
- Xuyuanp/nerdtree-git-plugin
- airblade/vim-gitgutter
- ap/vim-css-color
- bronson/vim-trailing-whitespace
- ctrlpvim/ctrlp.vim
- easymotion/vim-easymotion
- godlygeek/tabular
- majutsushi/tagbar
- netdata/vim-puppet
- prettier/vim-prettier
- scrooloose/nerdtree
- shinzui/vim-idleFingers
- tomtom/tcomment_vim
- tpope/vim-eunuch
- tpope/vim-endwise
- tpope/vim-fugitive
- tpope/vim-repeat
- tpope/vim-surround
- vim-airline/vim-airline
- vim-airline/vim-airline-themes
- vim-scripts/SearchComplete
- vim-scripts/YankRing.vim
- vim-scripts/gnupg.vim
- w0rp/ale