refactor: ditch avante for sidekick

This commit is contained in:
2025-10-05 12:29:19 +08:00
parent 72e95c1c25
commit fe732386f9
5 changed files with 53 additions and 18 deletions
+3
View File
@@ -4,3 +4,6 @@
-- map ctrl + . to code actions
vim.keymap.set("n", "<C-.>", vim.lsp.buf.code_action, { desc = "Code Action" })
-- map F12 to show code references (like in IntelliJ)
vim.keymap.set("n", "<F12>", vim.lsp.buf.references, { desc = "Show References" })