better buffer shortcuts
This commit is contained in:
parent
a5207c9491
commit
e0e949f2e6
9 changed files with 53 additions and 15 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue