nordtheme / vim

An arctic, north-bluish clean and elegant Vim theme.
https://www.nordtheme.com/ports/vim
MIT License
2.52k stars 274 forks source link

Not working with vim-indent-guides #186

Closed mitinarseny closed 4 years ago

mitinarseny commented 4 years ago

not working with vim-indent-guides I guess it is because of theese lines

arcticicestudio commented 4 years ago

Hi @mitinarseny :wave:, thanks for your contribution :+1:

The plugin uses two custom highlight groups IndentGuidesOdd and IndentGuidesEven to style the indent lines. The indent_guides#highlight_colors() function supports both GUI and terminal mode, but uses the same groups. In order to make it work with Nord both groups should be added to the theme. I've added it to the backlog, but feel free to submit a PR if you like.

dagolinuxoid commented 4 years ago

@mitinarseny Have you tried https://github.com/Yggdroot/indentLine as an alternative? It looks great especially with custom indent char as let g:indentLine_char = ‘⎸' for example.