A simple plugin to directly run code in neovim
"Coptan99/CodeRunner.nvim"
use "Coptan99/CodeRunner.nvim"
Plug "Coptan99/CodeRunner.nvim"
- c
- cpp
- python
While opening the code file
:lua require("coderunner").runner()
Go to your .config/nvim and paste this
vim.keymap.set("n", "<leader>qq", ":lua require('runner').runner()")
Configure this for your needs
Feel free to do PR with new ideas as I am still a noob :)