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
533 stars 38 forks source link

Error 471 #42

Closed ElcomJ closed 2 years ago

ElcomJ commented 2 years ago

Good morning, after the last commit the plugin stopped working in my neovim, when I try to run it, it returns an E471 as shown in the image below:

image

I wonder if there is any way to solve it?

CRAG666 commented 2 years ago

@ElcomJ fixed

al-ce commented 2 years ago

Before the rollback I had it working by changing the command to :RunCode &ft, just for reference