change plugin init to config terminal on load extensions, change mappings to use new chadterm

This commit is contained in:
zbirenbaum 2022-03-20 17:22:16 -04:00 committed by siduck
parent b9e8f489ed
commit 1face444b8
2 changed files with 24 additions and 5 deletions

View file

@ -8,7 +8,6 @@ end
local override_req = require("core.utils").override_req
local plugins = {
{ "NvChad/extensions" },
{ "nvim-lua/plenary.nvim" },
{ "lewis6991/impatient.nvim" },
{ "nathom/filetype.nvim" },
@ -18,6 +17,13 @@ local plugins = {
event = "VimEnter",
},
{
"NvChad/extensions",
config = function ()
vim.schedule_wrap(require("nvchad.terminal").init())
end
},
{
"NvChad/nvim-base16.lua",
after = "packer.nvim",