feat: remove bufferline

This commit is contained in:
Devin Haska 2024-06-17 20:14:44 -07:00
parent 1494a321f6
commit e5f0d9bc25
No known key found for this signature in database
2 changed files with 0 additions and 30 deletions

View file

@ -26,34 +26,6 @@ return {
},
},
},
{
"famiu/bufdelete.nvim",
keys = {
{ "<leader>bd", "<cmd>Bdelete<cr>", desc = "Close Buffer" },
},
},
{
"akinsho/bufferline.nvim",
event = "VeryLazy",
keys = {
{ "<leader>bp", "<cmd>BufferLineTogglePin<cr>", desc = "Toggle Pin" },
{ "[b", "<cmd>BufferLineCyclePrev<cr>", desc = "Prev Buffer" },
{ "]b", "<cmd>BufferLineCycleNext<cr>", desc = "Next Buffer" },
},
opts = {
options = {
diagnostics = "nvim_lsp",
offsets = {
{
filetype = "neo-tree",
text = "",
highlight = "Directory",
text_align = "left",
},
},
},
},
},
{
"lukas-reineke/indent-blankline.nvim",
opts = {