quantum.vim


Ⅰ. 插件描述

A colorscheme based on the Firefox DevTools

Ⅱ. 基本信息

创建日期:  2019-07-24
使用用户:  7
Github星:  22
插件作者:  kjssad

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

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

Ⅳ. 文档说明

quantum.vim

A colorscheme for the GUI inspired by Firefox DevTools.

Installation

You can use any package manager to install quantum.vim.

Usage

set termguicolors       " enable true colors support

set background=dark     " dark theme
" set background=light  " light theme

colorscheme quantum

Lightline support

let g:lightline = {
  \ 'colorscheme': 'quantum'
  \ }

Warning

quantum works only if VIM supports termguicolors option. This is true for Neovim and VIM from 7.4.1799.

添加新评论