目前 nvim 使用的默认 shellcmd.exe
我尝试通过在我的 nvim 配置中将 shell 设置为 powershell 来更改它,但这没有用,所以我在 nvim 命令行中尝试了这个命令:
:let &shell = 'path/to/powershell.exe'
Echo shell 命令输出 powershell 路径,当我执行:terminal
它时打开了一个powershell
选项卡但是在退出并重新打开 nvim 之后它仍在使用cmd.exe
如何将默认 shell 永久更改为 powershell?
如何将默认 shell 永久更改为 PowerShell?
资料来源:如何让 neovim 使用 Powershell 执行外部命令?: neovim
也可以看看: