added an antigravity plugin and custom keybind for integrated support

This commit is contained in:
venus
2026-08-14 04:08:16 -05:00
parent 999891e3a2
commit 84fa3b8363
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
return {
"NakLast/antigravity-cli.nvim",
config = function()
require("antigravity").setup({
-- You can override the default command here if needed
cmd = "agy",
width_ratio = 0.4,
height_ratio = 0.8,
border = "rounded",
style = "vsplit",
})
end
}