added an antigravity plugin and custom keybind for integrated support
This commit is contained in:
13
lua/plugins/antigravity.lua
Normal file
13
lua/plugins/antigravity.lua
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user