rm misleading field name for tabufline in default_config

This commit is contained in:
siduck 2022-06-25 11:21:50 +05:30
parent 845d5b4866
commit 876295ec02
3 changed files with 5 additions and 7 deletions

View file

@ -1,5 +1,4 @@
-- IMPORTANT NOTE : This is default config, so dont change anything here.
-- chadrc overrides this file
-- Chadrc overrides this file
local M = {}
@ -28,7 +27,8 @@ M.ui = {
override = {},
},
tabufline_enabled = true,
-- lazyload it when there are 1+ buffers
tabufline_lazyloaded = true,
}
M.plugins = {