Updated plugins

This commit is contained in:
2024-03-18 20:19:40 +01:00
parent 546b3c836d
commit 78413f7b13
2 changed files with 45 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ return {
"akinsho/bufferline.nvim",
version = "*",
dependencies = "nvim-tree/nvim-web-devicons",
enabled = false,
config = function()
vim.keymap.set("n", "<leader><Tab>", ":BufferLineCycleNext <CR>", { silent = true, desc = "Cycle tabs" })
vim.keymap.set("n", "<leader>bn", ":BufferLineCycleNext <CR>", { silent = true, desc = "Next tab" })
@@ -66,6 +67,12 @@ return {
tab_close = {
guibg = "None",
},
tab_separator = {
guibg = "None",
},
tab_separator_selected = {
guibg = "None",
},
},
},
})