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

@@ -38,7 +38,7 @@ autocmd("BufEnter", {
vim.t.bufs = vim.api.nvim_list_bufs()
-- thx to https://github.com/ii14 && stores buffer per tab -> table
-- thx to https://github.com/ii14 & stores buffer per tab -> table
autocmd({ "BufAdd" }, {
callback = function(args)
if vim.t.bufs == nil then
@@ -72,7 +72,7 @@ autocmd("BufDelete", {
end,
})
if require("core.utils").load_config().ui.tabufline_enabled then
if require("core.utils").load_config().ui.tabufline_lazyloaded then
require("core.lazy_load").tabufline()
else
vim.opt.showtabline = 2