mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
optimize load config
This commit is contained in:
parent
e1690ba634
commit
bd67de604c
3 changed files with 36 additions and 4 deletions
|
@ -60,7 +60,7 @@ return {
|
|||
"akinsho/toggleterm.nvim",
|
||||
lazy = true,
|
||||
cmd = { "ToggleTerm" },
|
||||
event = "VeryLazy",
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("user.toggleterm")
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue