mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(catppuccin): enable bufferline integration
This commit is contained in:
parent
13a4a84e34
commit
087ba37d80
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,9 @@ return {
|
|||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
if LazyVim.is_loaded("catppuccin") then
|
||||
opts.highlights = require("catppuccin.groups.integrations.bufferline").get()
|
||||
end
|
||||
require("bufferline").setup(opts)
|
||||
-- Fix bufferline when restoring a session
|
||||
vim.api.nvim_create_autocmd({ "BufAdd", "BufDelete" }, {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue