Remove bufferline

This commit is contained in:
2023-09-09 04:26:49 +02:00
parent f5cc648a89
commit d41487a0b1
2 changed files with 0 additions and 72 deletions
-6
View File
@@ -118,12 +118,6 @@ local plugins = {
lazy = true,
event = "VimEnter",
},
{
"akinsho/bufferline.nvim",
config = function () require("plugin.config.bufferline") end,
lazy = true,
event = "VimEnter",
},
{
"nvim-lua/plenary.nvim",
},