optimize load config

This commit is contained in:
asep komarudin 2023-04-18 08:13:36 +07:00
parent e1690ba634
commit bd67de604c
3 changed files with 36 additions and 4 deletions

View file

@ -60,7 +60,7 @@ return {
"akinsho/toggleterm.nvim",
lazy = true,
cmd = { "ToggleTerm" },
event = "VeryLazy",
event = "BufRead",
config = function()
require("user.toggleterm")
end,