chore(bufferline.lua): remove bufferline configuration and key mappings for tab

management to simplify and streamline the setup of the bufferline plugin
chore(bufferline.lua): remove bufferline plugin configuration and dependencies
to declutter the plugin setup and improve maintainability
This commit is contained in:
David Ibia
2024-02-26 14:36:29 +01:00
parent d7f4bb752f
commit dce8aaa3bc
2 changed files with 0 additions and 28 deletions

View File

@@ -1,8 +0,0 @@
return {
"akinsho/bufferline.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
version = "*",
config = function()
require("absolute.after.bufferline")
end
}