Mac OS X vim colors mangled

后端 未结 7 2098
自闭症患者
自闭症患者 2021-02-13 12:09

Here\'s my setup

  • Mac OS X 10.6
  • VIM (default version that comes with OSX 10.6)
  • rails.vim (installed in .vim/autoload)
  • ir_black.vim (insta
7条回答
  •  死守一世寂寞
    2021-02-13 12:59

    The Mac OSX Terminal.app in Snow Leopard does not support 256 colors, which is required for the ir_black theme (this is the theme I use).

    Download and try something like iTerm.app (http://iterm.sourceforge.net/), and you shouldn't have a problem with colors.

    Or you could use MacVim (http://code.google.com/p/macvim/)

    Edit: As of OSX 10.7 Lion, the built in Terminal.app now supports 256 colors. See the comment below by Chris Page for how to achieve this.

提交回复
热议问题