master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 6d26280753 - Show all commits

View File

@@ -38,7 +38,7 @@ return {
end, end,
['@lsp.mod.readonly'] = { bold = true }, ['@lsp.mod.readonly'] = { bold = true },
['@lsp.type.namespace.cpp'] = { fg = C.rb }, ['@lsp.type.namespace.cpp'] = { fg = C.rb },
['@lsp.type.variable'] = { fg = C.mp3 }, ['@lsp.type.variable'] = { fg = C.light_purple },
-- ['@lsp.type.variable'] = { link = '@variable' }, -- ['@lsp.type.variable'] = { link = '@variable' },
['@variable'] = { fg = C.green, link = '' }, ['@variable'] = { fg = C.green, link = '' },
['@lsp.type.enumMember'] = { fg = C.cyan }, ['@lsp.type.enumMember'] = { fg = C.cyan },