melange-nvim icon indicating copy to clipboard operation
melange-nvim copied to clipboard

Add support for nvim-tree.lua

Open jiyometrik opened this issue 3 years ago • 1 comments

i noticed that the melange colors are weird in nvim tree when it is loaded in init.lua using

vim.cmd('colorscheme melange')

loaded in init.lua image

loaded after init using :colorscheme melange image

can this be solved?

jiyometrik avatar Jan 08 '22 01:01 jiyometrik

Reading the nvim-tree.lua docs:

Syntax highlighting uses g:terminal_color_ from colorschemes, fallbacks to ugly colors otherwise.

So the problem is likely that melange doesn't set these variables explicitly.

savq avatar Feb 08 '22 22:02 savq