382 current 2024-04-17 16:53:04 24.05.20240416.5672bc9 6.8.4-zen1 *

This commit is contained in:
zackartz 2024-04-17 16:53:12 -04:00
parent 15bc5ab0a8
commit dccc4b74c6
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 24 additions and 11 deletions

View file

@ -50,17 +50,6 @@ return {
opts = { opts = {
highlights = require("catppuccin.groups.integrations.bufferline").get({ highlights = require("catppuccin.groups.integrations.bufferline").get({
styles = { "italic", "bold" }, styles = { "italic", "bold" },
custom = {
all = {
fill = { bg = "#000000" },
},
mocha = {
background = { fg = mocha.text },
},
latte = {
background = { fg = mocha.base },
},
},
}), }),
} }

View file

@ -11,6 +11,30 @@ return {
noice = true, noice = true,
treesitter = true, treesitter = true,
neotree = true, neotree = true,
overseer = true,
notify = true,
telescope = {
enabled = true,
style = "nvchad",
},
native_lsp = {
enabled = true,
virtual_text = {
errors = { "italic" },
hints = { "italic" },
warnings = { "italic" },
information = { "italic" },
},
underlines = {
errors = { "underline" },
hints = { "underline" },
warnings = { "underline" },
information = { "underline" },
},
inlay_hints = {
background = true,
},
},
}, },
}, },
priority = 1000, priority = 1000,