refactor: ditch avante for sidekick
This commit is contained in:
@@ -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" })
|
||||
|
||||
Reference in New Issue
Block a user