add an option to disable tabufline
This commit is contained in:
parent
b2aa30b5ae
commit
bb87d70fd6
|
@ -43,6 +43,7 @@ M.ui = {
|
||||||
|
|
||||||
-- lazyload it when there are 1+ buffers
|
-- lazyload it when there are 1+ buffers
|
||||||
tabufline = {
|
tabufline = {
|
||||||
|
enabled = true,
|
||||||
lazyload = true,
|
lazyload = true,
|
||||||
overriden_modules = nil,
|
overriden_modules = nil,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue