Minimalist is a Material Color Scheme Darker for Vim & inspired by Material Theme.
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
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
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.
GitHub · Vim.org · Vim Awesome
MIT © Diki Ananta