How to set disabled status line color? #807
Unanswered
ByteDrummer
asked this question in
Q&A
Replies: 2 comments
-
I switched to the global status line, which works around this and looks better anyways. I'll leave this open just in case, though. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It'll work properly once neovim/neovim#19865 gets fixed . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the status line disabled for the file tree with
disabled_filetypes = {'NvimTree'}
. And this is how it looks:I want the light grey, which I outlined, to be dark grey so it matches the color of the file tree. Previously I was able to do this with the following at the end of my vimrc:
This no longer works with a recent update, and I'm wondering how I could achieve this now.
Beta Was this translation helpful? Give feedback.
All reactions