akinsho / akinsho/toggleterm.nvim
[Question] MSYS2 Configuration Issues
Open
- Dominant language
- Lua
- Stars
- 5.6k
- Forks
- 206
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I have a minor issue needing assistance. While configuring MSYS2 with ToggleTerm, I encountered some problems. I can only invoke it with:
cmd = {
"powershell", "-NoLogo", "-NoProfile", "-ExecutionPolicy", "RemoteSigned", "-Command",
"[Console]::InputEncoding=[Console]::OutputEncoding=[System.Text.Encoding]::UTF8;",
"D:/tools/msys2/msys2_shell.cmd -ucrt64 -defterm -here -no-start"
}
I wonder if it's possible to expose the delete method in terminal.lua for fine-tuning, or could you advise on how MSYS2 should be properly configured?"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.