removed antigravity, related keybind, and removed old codecompanion keybinds

This commit is contained in:
venus
2026-08-14 04:42:07 -05:00
parent 8d840a4e29
commit 81eee03b79
2 changed files with 1 additions and 20 deletions

View File

@@ -1,13 +0,0 @@
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
}