vim-wombat256i


Ⅰ. 插件描述

Improved wombat256 colorscheme for Vim

Ⅱ. 基本信息

创建日期:  2010-08-02
使用用户:  38
Github星:  29
插件作者:  Daniel Solstad

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'dsolstad/vim-wombat256i'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'dsolstad/vim-wombat256i'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'dsolstad/vim-wombat256i'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/dsolstad/vim-wombat256i

Ⅳ. 文档说明

### Improved wombat256 colorscheme for Vim

Changes from original wombat256:

  • Changed the static background color to terminal default, which makes it transparent (if your terminal is)
  • Changed colors of line numbering
  • Changed non text to nothing. Keeping space you havn't written on yet the same as the rest, and not hard black.

Original wombat256: http://www.vim.org/scripts/script.php?script_id=2465

Original wombat: http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/

添加新评论