💄 style(nvim): indentation
This commit is contained in:
parent
72ca1c0dbc
commit
63668d056a
1 changed files with 19 additions and 17 deletions
|
@ -1,24 +1,26 @@
|
||||||
local macchiato = require("catppuccin.palettes").get_palette("macchiato")
|
local macchiato = require("catppuccin.palettes").get_palette("macchiato")
|
||||||
return {
|
return {
|
||||||
{
|
"akinsho/bufferline.nvim",
|
||||||
"akinsho/bufferline.nvim",
|
keys = {
|
||||||
opts = {
|
{ "<leader>bH", "<cmd>BufferLineMovePrev<cr>", desc = "Move buffer prev" },
|
||||||
highlights = require("catppuccin.groups.integrations.bufferline").get({
|
{ "<leader>bL", "<cmd>BufferLineMoveNext<cr>", desc = "Move buffer next" },
|
||||||
styles = { "italic", "bold" },
|
},
|
||||||
custom = {
|
opts = {
|
||||||
all = {
|
highlights = require("catppuccin.groups.integrations.bufferline").get({
|
||||||
fill = { bg = macchiato.mantle },
|
styles = { "italic", "bold" },
|
||||||
background = { bg = macchiato.mantle },
|
custom = {
|
||||||
},
|
all = {
|
||||||
|
fill = { bg = macchiato.mantle },
|
||||||
|
background = { bg = macchiato.mantle },
|
||||||
},
|
},
|
||||||
}),
|
|
||||||
options = {
|
|
||||||
buffer_close_icon = "",
|
|
||||||
modified_icon = "",
|
|
||||||
close_icon = "",
|
|
||||||
color_icons = true,
|
|
||||||
separator_style = "slope",
|
|
||||||
},
|
},
|
||||||
|
}),
|
||||||
|
options = {
|
||||||
|
buffer_close_icon = "",
|
||||||
|
modified_icon = "",
|
||||||
|
close_icon = "",
|
||||||
|
color_icons = true,
|
||||||
|
separator_style = "slope",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue