add an option for lsp_semantic_tokens hl groups | fix (#1907)

also tiden up some stuff
This commit is contained in:
siduck
2023-04-10 06:04:37 +05:30
parent b5cf9fde0e
commit f873d3cc50
3 changed files with 27 additions and 22 deletions

View File

@@ -18,6 +18,7 @@ M.ui = {
theme_toggle = { "onedark", "one_light" },
theme = "onedark", -- default theme
transparency = false,
lsp_semantic_tokens = false, -- needs nvim v0.9, just adds highlight groups for lsp semantic tokens
-- cmp themeing
cmp = {