diff --git a/modules/home-manager/vim/config/lua/plugins/ui/bufferline.lua b/modules/home-manager/vim/config/lua/plugins/ui/bufferline.lua index 94cbe28..0fa5b59 100644 --- a/modules/home-manager/vim/config/lua/plugins/ui/bufferline.lua +++ b/modules/home-manager/vim/config/lua/plugins/ui/bufferline.lua @@ -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 }, - }, - }, }), } diff --git a/modules/home-manager/vim/config/lua/plugins/ui/catppuccin.lua b/modules/home-manager/vim/config/lua/plugins/ui/catppuccin.lua index 19f7f21..19cd38a 100644 --- a/modules/home-manager/vim/config/lua/plugins/ui/catppuccin.lua +++ b/modules/home-manager/vim/config/lua/plugins/ui/catppuccin.lua @@ -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,