avoid loading tabufline mappings in nvchad/uis packer table
This commit is contained in:
parent
f4655e13ec
commit
650614d14b
|
@ -21,12 +21,6 @@ local plugins = {
|
||||||
config = function()
|
config = function()
|
||||||
require("plugins.configs.others").nvchad_ui()
|
require("plugins.configs.others").nvchad_ui()
|
||||||
end,
|
end,
|
||||||
setup = function()
|
|
||||||
local load_override = require("core.utils").load_override
|
|
||||||
if load_override({}, "NvChad/ui")["tabufline"]["enabled"] then
|
|
||||||
require("core.utils").load_mappings "tabufline"
|
|
||||||
end
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
["NvChad/nvterm"] = {
|
["NvChad/nvterm"] = {
|
||||||
|
|
Loading…
Reference in New Issue