Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 836 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 836 Bytes

Vim

screenshot

Requirements

  • Vim 8

Recommended: brew install macvim

Installation

git clone git://github.com/baopham/vim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
vim +PlugInstall
  • I use vim-airline, with Powerline symbols. Try this patched font if you want Powerline symbols: Monaco for Powerline.
  • Install jedi: pip install jedi
  • Install ctags
  • Install silver search: brew install the_silver_searcher

Shameless plug: I have a lot of settings and plugins and you might not like all of them. You can install vimplugin-cli to quickly find/remove plugins and their settings