change plugin init to config terminal on load extensions, change mappings to use new chadterm
This commit is contained in:
parent
b9e8f489ed
commit
1face444b8
2 changed files with 24 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue