nvim: disable bufferline
This commit is contained in:
parent
09e2c2e0fd
commit
54417b92f7
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ hooks.register(hooks.type.HIGHLIGHT_SETUP, function()
|
|||
end)
|
||||
|
||||
return {
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
enabled = false,
|
||||
},
|
||||
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
dependencies = {
|
||||
|
|
Loading…
Reference in a new issue