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

Fixed typo in options.lua and README.MD that prevented rust files from running #80

Closed burgr033 closed 1 year ago

burgr033 commented 1 year ago

fixed typo (missing slash in executing file)

also somehow my vim reformatted some of the code which was not intended. If this is hindering merge, I will re-submit.