code_runner.nvim
code_runner.nvim copied to clipboard
how to run golang program
default filetype no golang , how to run golang program ? thanks
{
"CRAG666/code_runner.nvim",
opts = {
mode = "toggleterm",
filetype = {
go = "go run",
},
},
}
You can use the snippet in your configuration of lazy.nvim.