aboutsummaryrefslogtreecommitdiff

A continuation of the Ayu-Vim project.

ayu-vim

Warning

ayu is still in development and a lot of things need to be covered. Theme works only if VIM supports termguicolors option. This is true for Neovim and VIM from 7.4.1799.

Installation

Plug 'https://git.hampusmat.com/ayu-vim' " or other package manager
"...
set termguicolors     " enable true colors support
colorscheme ayu

Indent line

To get indent line like in the screenshot install https://github.com/Yggdroot/indentLine with my version of Roboto Mono for Powerline from this repo and add this config. In this Roboto Mono version added powerline glyphs and increased line-height of the font itself.

" IndentLine {{
let g:indentLine_char = ''
let g:indentLine_first_char = ''
let g:indentLine_showFirstIndentLevel = 1
let g:indentLine_setColors = 0
" }}