plugin config(symbols outline, catpuccin, lsp)

This commit is contained in:
Christian Nieves
2022-10-25 16:42:49 +00:00
parent 10714e9258
commit 2e96f14059
5 changed files with 79 additions and 31 deletions

View File

@ -89,6 +89,7 @@ require("catppuccin").setup({
color_overrides = {},
custom_highlights = {
Identifier = { fg = colors.lavender },
Statement = { fg = colors.rosewater },
-- Identifier = { fg = colors.sapphire },
Function = { fg = colors.mauve },
},