updated jai config
This commit is contained in:
@@ -32,8 +32,9 @@ vim.keymap.set("n", "gd", function()
|
||||
end, { buffer = true, desc = "Go to definition (jai)" })
|
||||
|
||||
vim.keymap.set("n", "<leader>fj", function()
|
||||
local jai_path = vim.fn.expand("$HOME/.local/jai")
|
||||
require("telescope.builtin").find_files({
|
||||
cwd = "/Users/grant/.local/jai",
|
||||
cwd = jai_path,
|
||||
})
|
||||
end, { buffer = true, desc = "Telescope find files" })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user