-
Clone my vimrc:
git clone git@github.com:rayshih/vimrc.git cd vimrc ln -s $(pwd)/vimrc ~/.vimrc -
Then install vim-plug:
https://github.com/junegunn/vim-plug
-
Then install bundles:
Launch
vimand run:PlugInstall
-
fugitive.vim: Git Plugin
-
ctrlp.vim: Fuzzy finder
-
NERD Tree: A tree explorer plugin for vim
-
easymotion: Fast navigation in code
-
syntastic: Syntax checking
-
tcomment: Toggle comments
-
vim-trailing-whitespace: Fix/highlight tail space
-
vim-surround: Parenthesis manipulation
-
delimitMat: Auto parenthesis
-
vim-multiple-cursors: Sublime Text Command D like function
-
emmet-vim: Fast html tags auto complete
-
vim-json: JSON syntax
-
vim-javascript: Javascript syntax
-
vim-jsx: JSX syntax
-
vim-airline: Airline
Move between windows:
nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
- organize readme (plugins part)
- fine tune line number
- try YouCompleteMe
- add solarized color scheme install guide for iterm2
- nerdtree and ctrlp integration