ellisonleao / gruvbox.nvim

Lua port of the most famous vim colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`vim.cmd.hi("clear")` not conditional after updating

GllmR opened this issue · comments

Describe the bug
Latest version remove conditional vim.cmd.hi("clear")

To Reproduce

Set some vim.cmd('hi "something"') then call colorscheme gruvbox

Expected behavior
Clearing highlights should be conditional so i can customize colors THEN apply gruvbox theme.

hey @GllmR can you clarify a little bit more why is that a problem? how are you customizing the colors?