94

GitHub - dikiaap/minimalist: A Material Color Scheme Darker for Vim.

 5 years ago
source link: https://github.com/dikiaap/minimalist
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

Minimalist on HTML

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:

  • Use Vundle by adding to your .vimrc Vundle plugin section:

      Plugin 'dikiaap/minimalist'
    

    Then run :PluginInstall.

OR

  • Use vim-plug by adding to your .vimrc vim-plug section:

      Plug 'dikiaap/minimalist'
    

    Then run :PlugInstall.

OR

  • Use Pathogen:

    Run the following in a terminal:

      cd ~/.vim/bundle
      git clone https://github.com/dikiaap/minimalist
    

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 · DotShare.it

License

MIT © Diki Ananta


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK