set up jai config

This commit is contained in:
2026-04-14 12:39:18 -04:00
parent 759c614d5d
commit fb0835f2c5
4 changed files with 103 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
vim.keymap.set("n", ":w<CR>", function()
require("compile-mode").recompile()
end, { buffer = true })