We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
namespace
1 parent de4f4c6 commit f8a963eCopy full SHA for f8a963e
lua/one_monokai/themes/groups.lua
@@ -196,7 +196,6 @@ local defaults = {
196
["@lsp.type.function"] = { link = "Function" },
197
["@lsp.type.macro"] = { link = "Function" },
198
["@lsp.type.method"] = { link = "Function" },
199
- ["@lsp.type.namespace"] = { link = "Include" },
200
["@lsp.type.number"] = { link = "Number" },
201
["@lsp.type.operator"] = { link = "Operator" },
202
["@lsp.type.parameter"] = { fg = colors.orange, italic = config.italics },
0 commit comments