fix(lsp.kind): drop prefix in highlight names
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ local highlights = {
|
||||
GitNew = { fg = c.green },
|
||||
}
|
||||
for kind, color in pairs(completion_kind_colors) do
|
||||
highlights["OwLspKind" .. kind] = { fg = color }
|
||||
highlights["LspKind" .. kind] = { fg = color }
|
||||
end
|
||||
require("onedark").set_options("highlights", highlights)
|
||||
require("onedark").load()
|
||||
|
||||
Reference in New Issue
Block a user