cmp-treesitter
cmp-treesitter copied to clipboard
how to use highlight groups?
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