You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
askondro
changed the title
nevim cannot execute programs from within the application
neovim cannot execute programs from within the application
Feb 3, 2025
Might be a configuration issue. Try either setting via Lua:
-- $LOCALAPPDATA/nvim/init.luaifvim.opt.shell:get():find"msys" then-- If it doesn't work, skip this checkvim.opt.shellxquote='('vim.opt.shellslash=truevim.opt.shellcmdflag='-c'vim.opt.shelltemp=falseend
Description / Steps to reproduce the issue
Using the ucrt64 environment.
Install neovim with mingw-w64-ucrt-x86_64-neovim-qt (version 0.2.19-1 as of latest).
Run nvim-qt or nvim console.
type: !:test.exe (or other executable which exists)
Expected behavior
:!test.exe
should execute the application.
Actual behavior
Verification
Windows Version
MINGW64_NT-10.0-26100
MINGW environments affected
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: