add jai make support
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||||
"workspace.library": [
|
"workspace.library": [
|
||||||
"/opt/homebrew/Cellar/neovim/0.12.0/share/nvim/runtime/lua",
|
"/opt/homebrew/Cellar/neovim/0.12.0/share/nvim/runtime/lua",
|
||||||
"~/.local/share/nvim/lazy/lazy.nvim/lua"
|
"~/.local/share/nvim/lazy/lazy.nvim/lua",
|
||||||
|
"/usr/share/nvim/runtime/lua"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,3 +43,6 @@ vim.keymap.set("n", "<leader>fJ", function()
|
|||||||
cwd = "/Users/grant/.local/jai",
|
cwd = "/Users/grant/.local/jai",
|
||||||
})
|
})
|
||||||
end, { buffer = true, desc = "Telescope find files" })
|
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