mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
e15ff21d0c
commit
f170d99a8c
1 changed files with 3 additions and 2 deletions
|
@ -58,8 +58,9 @@ return {
|
||||||
-- for view terminal
|
-- for view terminal
|
||||||
{
|
{
|
||||||
"akinsho/toggleterm.nvim",
|
"akinsho/toggleterm.nvim",
|
||||||
cmd = "Toggleterm",
|
lazy = true,
|
||||||
event = "VeryLazy",
|
cmd = { "ToggleTerm" },
|
||||||
|
event = "BufRead",
|
||||||
config = function()
|
config = function()
|
||||||
require("user.toggleterm")
|
require("user.toggleterm")
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue