Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 167 Bytes

vim.md

File metadata and controls

10 lines (8 loc) · 167 Bytes

MacVim config

getting YouCompleteMe to work with MacVim

brew unlink python
cd ~/.vim/bundle/YouCompleteMe
./install.sh --clang-completer
brew link python