Added toggle term to be lazy loaded
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
9
lua/taken/plugins/lazy/toggleterm.lua
Normal file
9
lua/taken/plugins/lazy/toggleterm.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local status, toggleterm = pcall(require, "toggleterm")
|
||||
if not status then
|
||||
return
|
||||
end
|
||||
|
||||
toggleterm.setup {
|
||||
shell = "pwsh.exe -nologo",
|
||||
start_in_insert = true,
|
||||
}
|
||||
Reference in New Issue
Block a user