gutter_runner/.nvim.lua

3 lines
88 B
Lua

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