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

problen with the spaces in an file/folder name #68

Closed alavaelian closed 1 year ago

alavaelian commented 1 year ago

for example i have the file named program one code runner will execute g++ program g++ one givin an error becose none of these files exist i tried to fix it with the other threath about this but only works for the directory

CRAG666 commented 1 year ago

just use quotes and that's it

alavaelian commented 1 year ago

thanks for the answer, it dit work