Replaced toggleterm with nvterm

This commit is contained in:
2023-10-01 20:41:02 +02:00
parent 9b2be31be5
commit b64bb82456
3 changed files with 38 additions and 2 deletions

View File

@@ -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"