add jai make support
This commit is contained in:
@@ -43,3 +43,6 @@ vim.keymap.set("n", "<leader>fJ", function()
|
||||
cwd = "/Users/grant/.local/jai",
|
||||
})
|
||||
end, { buffer = true, desc = "Telescope find files" })
|
||||
|
||||
vim.o.makeprg = "jai"
|
||||
vim.o.errorformat = "%f:%l\\,%c: Error: %m%.%#," .. vim.o.errorformat
|
||||
|
||||
Reference in New Issue
Block a user