Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with vim-indent-guides #186

Closed
mitinarseny opened this issue Dec 17, 2019 · 2 comments · Fixed by #226
Closed

Not working with vim-indent-guides #186

mitinarseny opened this issue Dec 17, 2019 · 2 comments · Fixed by #226

Comments

@mitinarseny
Copy link

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

@arcticicestudio
Copy link
Contributor

Hi @mitinarseny 👋, thanks for your contribution 👍

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
Copy link

@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.

@arcticicestudio arcticicestudio added this to the Next milestone Oct 8, 2020
arcticicestudio added a commit that referenced this issue Oct 8, 2020
The even and odd highlighting blocks using `nord1` and `nord2` (`nord3`
in terminal mode) to provide a subtle and undisturbing style.

GH-186
arcticicestudio added a commit that referenced this issue Oct 8, 2020
The even and odd highlighting blocks using `nord1` and `nord2` (`nord3`
in terminal mode) to provide a subtle and non-disturbing style.

Note that the custom theme colors [1] are only applied when the
`indent_guides_auto_colors` variable has been set to `0`:

```vim
let g:indent_guides_auto_colors = 0
```

[1]: https://github.com/nathanaelkane/vim-indent-guides#setting-custom-indent-colors

Resolves GH-186
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants