removed antigravity, related keybind, and removed old codecompanion keybinds
This commit is contained in:
@@ -86,13 +86,7 @@ vim.keymap.set("n", "<C-A>" ,"m'ggyG''" ,{ desc = "[Y]ank whole file" })
|
||||
vim.keymap.set("n", "<leader>sr" ,[[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]] ,{ desc = "[S]earch/[R]eplace word under cursor" })
|
||||
|
||||
-- PLUGIN KEYBINDS
|
||||
vim.keymap.set({ "n", "v" } ,"<leader>ag" ,"<cmd>Antigravity<cr>" ,{ desc = "Open Antigravity" })
|
||||
vim.keymap.set({ "n", "v" } ,"<leader>aa" ,"<cmd>CodeCompanionActions<cr>" ,{ desc = "CodeCompanion - Actions" })
|
||||
vim.keymap.set({ "n", "v" } ,"<leader>ac" ,"<cmd>CodeCompanionChat Toggle<cr>" ,{ desc = "CodeCompanion - Chat" })
|
||||
vim.keymap.set({ "n", "v" } ,"<leader>ai" ,"<cmd>CodeCompanion<cr>" ,{ desc = "CodeCompanion - Inline" })
|
||||
vim.keymap.set("v" ,"<leader>ad" ,"<cmd>CodeCompanionChat Add<cr>" ,{ desc = "CodeCompanion - Add to Chat" })
|
||||
-- Expand 'cc' into 'CodeCompanion' in the command line
|
||||
vim.cmd([[cab cc CodeCompanion]])
|
||||
-- TODO move these to their respective plugin files (for lazy recognition)
|
||||
|
||||
--spellcheck keybind to toggle on current buffer
|
||||
vim.keymap.set('n',"<leader>ze" ,"<cmd>setlocal spell<cr>" ,{ desc = "enable spellecheck on buffer" })
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user