382 current 2024-04-17 16:53:04 24.05.20240416.5672bc9 6.8.4-zen1 *
This commit is contained in:
parent
15bc5ab0a8
commit
dccc4b74c6
2 changed files with 24 additions and 11 deletions
|
|
@ -50,17 +50,6 @@ return {
|
|||
opts = {
|
||||
highlights = require("catppuccin.groups.integrations.bufferline").get({
|
||||
styles = { "italic", "bold" },
|
||||
custom = {
|
||||
all = {
|
||||
fill = { bg = "#000000" },
|
||||
},
|
||||
mocha = {
|
||||
background = { fg = mocha.text },
|
||||
},
|
||||
latte = {
|
||||
background = { fg = mocha.base },
|
||||
},
|
||||
},
|
||||
}),
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,30 @@ return {
|
|||
noice = true,
|
||||
treesitter = 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue