You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to set the highlight groups in cmp but im not getting how to, i tried vim.api.nvim_set_hl(0, "CmpItemKindVariable", { fg = "green", bg = "NONE" })
but it is not applying to treesitter variable, it applied to lsp variable idk why
i want to set the highlight groups in cmp but im not getting how to, i tried





vim.api.nvim_set_hl(0, "CmpItemKindVariable", { fg = "green", bg = "NONE" })but it is not applying to treesitter variable, it applied to lsp variable idk why