💄 style(nvim): indentation

This commit is contained in:
Sergio Laín 2023-11-03 11:31:31 +01:00
parent 72ca1c0dbc
commit 63668d056a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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",
},
},
},
}