Skip to main content

Command Palette

Search for a command to run...

Installing spf13-vim on Mac OS X

Published
1 min read
P

I build meaningful software by empathising with design, development and business needs. My interests are test automation, functional programming and full-stack web development using NodeJS and other tools.

Upgrade to recent version of Mac OS X

Install Xcode

Fix brew install directories

  • sudo chown -R $USER /usr/local/include
  • sudo chown -R $USER /usr/local/bin
  • sudo chown -R $USER /usr/local/share

If Xcode command line tools were installed, change their directory to Xcode

  • sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

Install ctags, Vim and MacVim with Lua

  • brew install macvim –with-cscope –with-lua
  • brew install ctags
  • brew linkapps macvim
  • brew install vim –with-lua

More from this blog

S

Soliloquy

26 posts

Father, husband, cosmopolitan geek and music lover. Learning how to build beautiful things.