add show_numbers option to tabufline config

87525fa3cd
This commit is contained in:
siduck 2023-03-30 18:23:16 +05:30
parent c77c086365
commit ffdb4fc5e5
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 = {
show_numbers = false,
enabled = true,
lazyload = true,
overriden_modules = nil,