better buffer shortcuts

This commit is contained in:
Daniel B Sherry 2025-05-14 09:52:13 -05:00
parent a5207c9491
commit e0e949f2e6
9 changed files with 53 additions and 15 deletions

View file

@ -33,7 +33,7 @@ bufferline.setup {
-- end,
max_name_length = 30,
max_prefix_length = 30, -- prefix used when a buffer is de-duplicated
tab_size = 21,
tab_size = 16,
diagnostics = false, -- | "nvim_lsp" | "coc",
diagnostics_update_in_insert = false,
-- diagnostics_indicator = function(count, level, diagnostics_dict, context)
@ -73,7 +73,7 @@ bufferline.setup {
},
highlights = {
fill = {
guifg = { attribute = "fg", highlight = "#ff0000" },
guifg = { attribute = "fg", highlight = "TabLine" },
guibg = { attribute = "bg", highlight = "TabLine" },
},
background = {