Closed jiyometrik closed 1 year ago
i noticed that the melange colors are weird in nvim tree when it is loaded in init.lua using
init.lua
vim.cmd('colorscheme melange')
loaded in init.lua
loaded after init using :colorscheme melange
:colorscheme melange
can this be solved?
Reading the nvim-tree.lua docs:
Syntax highlighting uses g:terminalcolor from colorschemes, fallbacks to ugly colors otherwise.
So the problem is likely that melange doesn't set these variables explicitly.
i noticed that the melange colors are weird in nvim tree when it is loaded in
init.lua
usingloaded in
init.lua
loaded after init using
:colorscheme melange
can this be solved?