Added toggleterm plugin and remap for it

This commit is contained in:
2023-06-24 22:37:22 +02:00
parent 5b942cb3aa
commit 1a6bd0176a
3 changed files with 11 additions and 1 deletions

View 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,
}