CRAG666 / code_runner.nvim

Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
MIT License
534 stars 38 forks source link

Code runner not able to run python file because it can't find it #108

Closed qbnil closed 3 months ago

qbnil commented 6 months ago

This was wierd because i could run the file manually by going to the directory and running python , i have a hotkey for code-runner to run python files and that was the first time i had this issue: image image You see, it's right there, hope this is fixable

CRAG666 commented 3 months ago

Pleace use python = "python -u '$dir/$fileName'" in your config