rm misleading field name for tabufline in default_config
This commit is contained in:
parent
845d5b4866
commit
876295ec02
3 changed files with 5 additions and 7 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue