From f8ad73b237157c5ce823a135b94c0ebfe7c3c4ae Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 18 Mar 2024 00:16:47 +0100 Subject: [PATCH] Updated plugins --- lua/taken/plugins/bufferline.lua | 6 +++--- lua/taken/plugins/colors.lua | 5 ----- lua/taken/plugins/transparent.lua | 1 + 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/lua/taken/plugins/bufferline.lua b/lua/taken/plugins/bufferline.lua index ad25622..07dfd9d 100644 --- a/lua/taken/plugins/bufferline.lua +++ b/lua/taken/plugins/bufferline.lua @@ -3,7 +3,6 @@ return { "akinsho/bufferline.nvim", version = "*", dependencies = "nvim-tree/nvim-web-devicons", - -- enabled = false, config = function() vim.keymap.set("n", "", ":BufferLineCycleNext ", { silent = true, desc = "Cycle tabs" }) vim.keymap.set("n", "bn", ":BufferLineCycleNext ", { 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, diff --git a/lua/taken/plugins/colors.lua b/lua/taken/plugins/colors.lua index bae8a48..82b3048 100644 --- a/lua/taken/plugins/colors.lua +++ b/lua/taken/plugins/colors.lua @@ -4,11 +4,6 @@ return { "JoosepAlviste/palenightfall.nvim", priority = 1000, event = "User ThemeSwitcher", - config = function() - require("palenightfall").setup({ - transparent = true, - }) - end, }, { "EdenEast/nightfox.nvim", diff --git a/lua/taken/plugins/transparent.lua b/lua/taken/plugins/transparent.lua index e4ac469..f713c5e 100644 --- a/lua/taken/plugins/transparent.lua +++ b/lua/taken/plugins/transparent.lua @@ -32,6 +32,7 @@ return { }, extra_groups = { "NormalSB", + "barbecue_normal", -- "NvimTreeNormal", -- "NvimTreeNormalNC", -- "NvimTreeNormalSB",