updated jai config

This commit is contained in:
2026-04-23 09:21:36 -04:00
parent fb0835f2c5
commit c6410744ba
3 changed files with 19 additions and 3 deletions

View File

@@ -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" })