💄 style(nvim): indentation
This commit is contained in:
parent
72ca1c0dbc
commit
63668d056a
1 changed files with 19 additions and 17 deletions
|
@ -1,7 +1,10 @@
|
|||
local macchiato = require("catppuccin.palettes").get_palette("macchiato")
|
||||
return {
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
keys = {
|
||||
{ "<leader>bH", "<cmd>BufferLineMovePrev<cr>", desc = "Move buffer prev" },
|
||||
{ "<leader>bL", "<cmd>BufferLineMoveNext<cr>", desc = "Move buffer next" },
|
||||
},
|
||||
opts = {
|
||||
highlights = require("catppuccin.groups.integrations.bufferline").get({
|
||||
styles = { "italic", "bold" },
|
||||
|
@ -20,5 +23,4 @@ return {
|
|||
separator_style = "slope",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue