vim-wombat-scheme


Ⅰ. 插件描述

Awesome wombat-like scheme for Vim

Ⅱ. 基本信息

创建日期:  2014-07-05
使用用户:  65
Github星:  25
插件作者:  Adam Stankiewicz

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

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

Ⅳ. 文档说明

# vim-wombat

An enhanced wombat256 color scheme for Vim.

Installation

  1. Install pathogen, Vundle or NeoBundle package manager.
  2. Use this repository as submodule or package.
  3. Add following line to your ~/.vimrc file:
colorscheme wombat

Screenshot

wombat scheme

See more on vivify.

Features

  • Cleaned up colors
  • No italics, everything is straight
  • Looks nice with powerline terminal scheme
  • Looks nice with powerlineish vim-airline scheme
  • Error lines look readable
  • Highlight is monochromatic for readability
  • Awesome "80 characters limit" view
  • Line highlight looks good
  • Many other enhancements...

License

Distributed under the same terms as Vim itself. See :help license.

添加新评论