nvim: disable bufferline

This commit is contained in:
Daniel Lundin 2024-03-09 18:34:31 +01:00
parent 09e2c2e0fd
commit 54417b92f7

View file

@ -16,6 +16,11 @@ hooks.register(hooks.type.HIGHLIGHT_SETUP, function()
end)
return {
{
"akinsho/bufferline.nvim",
enabled = false,
},
{
"lukas-reineke/indent-blankline.nvim",
dependencies = {