format with stylua
This commit is contained in:
@ -43,9 +43,9 @@ return {
|
||||
-- ["@lsp.typemod.interface"] = {},
|
||||
-- ["@lsp.typemod.macro"] = {},
|
||||
-- ["@lsp.typemod.method"] = {},
|
||||
["@lsp.typemod.namespace"] = { fg = c.base.red },
|
||||
['@lsp.typemod.namespace'] = { fg = c.base.red },
|
||||
-- ['@lsp.typemod.parameter.declaration'] = { fg = c.base.blue, italic = styles.parameter.italic },
|
||||
["@lsp.typemod.property"] = { fg = '#9699f2' },
|
||||
['@lsp.typemod.property'] = { fg = '#9699f2' },
|
||||
-- ["@lsp.typemod.struct"] = {},
|
||||
-- ["@lsp.typemod.type"] = {},
|
||||
-- ["@lsp.typemod.typeParameter"] = {},
|
||||
@ -60,5 +60,5 @@ return {
|
||||
})
|
||||
vim.cmd('colorscheme monokai-pro')
|
||||
end,
|
||||
enabled = true
|
||||
enabled = true,
|
||||
}
|
||||
|
Reference in New Issue
Block a user