minimalist.vim


Ⅰ. 插件描述

A Material Color Scheme Darker for Vim.

Ⅱ. 基本信息

创建日期:  2016-12-02
使用用户:  0
Github星:  181
插件作者:  Diki Ananta

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

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

Ⅳ. 文档说明

<p align="center">

<img src="https://files.dikiaap.id/img/open-source/minimalist_preview.png" alt="Minimalist on HTML">

</p>

Minimalist

Minimalist is a Material Color Scheme Darker for Vim & inspired by
Material Theme.

Installation

To install this color scheme, you can use one of the following ways:

  1. your .vimrc Vundle plugin section:
    Plugin 'dikiaap/minimalist'

Then run `:PluginInstall`.

OR

  1. your .vimrc vim-plug section:
    Plug 'dikiaap/minimalist'

Then run `:PlugInstall`.

OR

Usage

After finishing installation, put this code to your .vimrc:

set t_Co=256
syntax on
colorscheme minimalist

This color scheme also built-in with airline theme. If you wanna use:

let g:airline_theme='minimalist'
let g:airline_powerline_fonts = 1
let g:airline#extensions#tabline#enabled = 1

Support

As you know, color scheme in vim by default supports many programming languages.
At this time minimalist is looks beautiful & focused on:

  • C++
  • CSS/CSS3
  • HTML/HTML5
  • JavaScript
  • Markdown
  • PHP
  • Python
  • Ruby
  • Sass
  • Shell
  • XML

If you need more syntax highlighting, you can use
vim-polyglot.

Links

GitHub ·
Vim.org ·
Vim Awesome

License

MIT © Diki Ananta

添加新评论