Tweaking MacVim

While Mac OS X traditionally ships with Vim, most users get a better experience through MacVim. Another benefit of going MacVim instead of the system-provided Vim is that of having a build with more built-ins. For instance, the default Vim does not come with Ruby or Python support, although those interpreters are part of Mac OS X.

While you may download MacVim directly, you may also obtain it via Homebrew, my OS X package manager of choice: brew install macvim

The default settings in MacVim are fine, but as usual, tuning is king.

First-off, do yourself a favor and install Pathogen to make Vim plugins management just sane.

I don’t have a ton of plugins in use albeit:

  • NERDTree, a nice sidebar to deal with files, and
  • Molokai, a nice theme which is the default in SublimeText2, and
  • vim-markdown, aka Markdown support.

Now for the whole of my settings, here is the latest version of my .vimrc:

What’s yours like?

    • #macosx
    • #vim
    • #macvim
  • 3 months ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
spacer
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.