add an option to disable tabufline

This commit is contained in:
siduck 2023-03-14 19:52:37 +05:30
parent b2aa30b5ae
commit bb87d70fd6
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ M.ui = {
-- lazyload it when there are 1+ buffers
tabufline = {
enabled = true,
lazyload = true,
overriden_modules = nil,
},