Added bufferline config for catppuccin
This commit is contained in:
parent
98697f624a
commit
2885a32dd5
1 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
{
|
{
|
||||||
plugins.bufferline.enable = true;
|
plugins.bufferline = {
|
||||||
|
enable = true;
|
||||||
|
luaConfig.pre = ''
|
||||||
|
opts = function(_, opts)
|
||||||
|
if (vim.g.colors_name or ""):find("catppuccin") then
|
||||||
|
opts.highlights = require("catppuccin.special.bufferline").get_theme()
|
||||||
|
end
|
||||||
|
end
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue