Replaced toggleterm with nvterm
This commit is contained in:
@@ -42,7 +42,7 @@ opt.updatetime = 50
|
||||
|
||||
-- windows
|
||||
if vim.fn.has("win32") == 1 then
|
||||
o.shell = "pwsh"
|
||||
o.shell = "pwsh -nologo"
|
||||
o.shellcmdflag =
|
||||
"-NoLogo -NoProfile -ExecutionPolicy RemoteSigned -Command [Console]::InputEncoding=[Console]::OutputEncoding=[System.Text.Encoding]::UTF8;"
|
||||
o.shellredir = "2>&1 | Out-File -Encoding UTF8 %s; exit $LastExitCode"
|
||||
|
||||
Reference in New Issue
Block a user