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

feat: detect filetype with nvim 0.8 API #76

Closed saccarosium closed 1 year ago

saccarosium commented 1 year ago

This new PR remove the dependency for plenary.nvim since is native in neovim 0.8. I've maintained the plenary code for retro compatibility with 0.7. But I you prefer supporting only 0.8, I can bump the neovim requirements in the README and remove the plenary code.

CRAG666 commented 1 year ago

Please remove plenary and leave only neovim 8 in any case can you leave a link to the last commit that supports version 7 Thanks.

saccarosium commented 1 year ago

Please remove plenary and leave only neovim 8 in any case can you leave a link to the last commit that supports version 7 Thanks.

@CRAG666 done.