gutter_runner/.nvim.lua

3 lines
77 B
Lua

vim.opt_global.makeprg = "./build.sh"
vim.opt.errorformat = "%f(%l:%c)\\ %m"