Updated plugins

This commit is contained in:
2024-03-18 00:16:47 +01:00
parent 100331949d
commit f8ad73b237
3 changed files with 4 additions and 8 deletions

View File

@@ -3,7 +3,6 @@ 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" })
@@ -17,11 +16,12 @@ return {
style_preset = bufferline.style_preset.default,
themable = true,
numbers = "none",
close_command = "bdelete! %d",
indicator = {
icon = "",
icon = "",
style = "icon",
},
show_buffer_close_icons = false,
show_close_icon = false,
max_name_length = 18,
max_prefix_length = 15,
truncate_names = true,

View File

@@ -4,11 +4,6 @@ return {
"JoosepAlviste/palenightfall.nvim",
priority = 1000,
event = "User ThemeSwitcher",
config = function()
require("palenightfall").setup({
transparent = true,
})
end,
},
{
"EdenEast/nightfox.nvim",

View File

@@ -32,6 +32,7 @@ return {
},
extra_groups = {
"NormalSB",
"barbecue_normal",
-- "NvimTreeNormal",
-- "NvimTreeNormalNC",
-- "NvimTreeNormalSB",