add options for tabufline : enabled, lazyload, override | fix (#1274)

This commit is contained in:
siduck 2022-06-27 07:16:33 +05:30
parent 9c07c5c2ed
commit 33550e9587
4 changed files with 33 additions and 18 deletions

View file

@ -28,7 +28,11 @@ M.ui = {
},
-- lazyload it when there are 1+ buffers
tabufline_lazyloaded = true,
tabufline = {
enabled = true,
lazyload = true,
override = {},
},
}
M.plugins = {