code_runner.nvim icon indicating copy to clipboard operation
code_runner.nvim copied to clipboard

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

Results 27 code_runner.nvim issues
Sort by recently updated
recently updated
newest added

How to use `` to exit the infinity loop?

I'm making a game engine with both block/visual code and written code, I have the block stuff mostly sorted and I want to see if I can use this for...

my code_runner config ``` require "code_runner".setup { mode = "float", startinsert = false, float = { border = "single", blend = 30, }, filetype = { python = "time python3...

bug

I want to make my code_runner.nvim run MarkdownPreviewToggle in nvim cmd after i press some keys....

Hi, i'm here kinda on technological watch as [sniprun](https://github.com/michaelb/sniprun)'s developper and I found you through the similar interactions an user (z0xyz) had on both our repos. Since you had that...

This is probably the best plugin for running code that I've seen yet, I'm currently using [vimux](https://github.com/preservim/vimux/) to manually send commands to a tmux window, it does not offer as...

enhancement
help wanted

As title says, have a command that runs whatever was run last again. In particular it should keep track of arguments to `run_mode` so that things like program, arguments, where...

enhancement
help wanted

default filetype no golang , how to run golang program ? thanks

This link (`code_runner.lua`) is dead: And if I understand this correctly, `mode` is not type bool but string: