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

Incorrect parsing when directorory includes spaces #106

Closed OrestesK closed 7 months ago

OrestesK commented 7 months ago

Example 'Some directory with spaces' When running, it will take in the garbage after Some as an argument

Renaming directory fixes the issue

OrestesK commented 7 months ago

Duplicate