GithubHelp home page GithubHelp logo

Comments (8)

yevhen-m avatar yevhen-m commented on August 23, 2024 1

I had the same issue. As I can see, indentLine chooses Conceal over g:indentLine_color_term setting if it's lazily loaded.

from indentline.

Yggdroot avatar Yggdroot commented on August 23, 2024

the theme can not override the indentLine color, I don't know what happened to you.

from indentline.

RobertAudi avatar RobertAudi commented on August 23, 2024

Well, in my case the theme does override the color of the Conceal highlighting group, which is also used by indentLine. So I believe you are mistaken when you are stating that the theme cannot override the indentLine color. If you look at my form of the theme, I had to hardcode the default indentLine Conceal color inside of the theme.

from indentline.

Yggdroot avatar Yggdroot commented on August 23, 2024

I have tried the base16-vim theme, it can not override the indentLine's color.

from indentline.

jayflo avatar jayflo commented on August 23, 2024

I use the solarized theme and see the following behavior:

If you set g:indentLine_color_term, then indentLine will use that color when you restart vim. Once vim is loaded, if you set the Conceal color group, it will override the indentLine color. But the Conceal color group does not automatically override the indentLine color set by the global variable.

If you are having trouble with the Conceal color group, you should check that it's not being set in any files contained in an /after folder. Or, in general, if a hi Conceal ctermfg=XXX is being sourced after indentLine.

from indentline.

spaceone avatar spaceone commented on August 23, 2024

I have the same problem that setting any color for the indent char has no effect. How to debug? How to fix?

from indentline.

HumblePresent avatar HumblePresent commented on August 23, 2024

Similar problem for me I believe. g:indentLine_color_term has no effect on the color of the indent character

from indentline.

roachsinai avatar roachsinai commented on August 23, 2024

Finally found plugin https://github.com/sainnhe/gruvbox-material add setting for indentLine:

https://github.com/sainnhe/gruvbox-material/blob/4f98272fdbf9a53942eceb1aaeefb19e4f6b63bb/colors/gruvbox-material.vim#L574

so you have to add g:indentLine_color_gui and g:indentLine_color_term in your vimrc if you had install colorscheme plugin gruvbox-material.

from indentline.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.