feat(emacs): Keybinds all around!

This commit is contained in:
Madeleine Sydney
2025-03-10 15:16:47 -06:00
parent 46b0844bd9
commit 61c3b13023
4 changed files with 43 additions and 12 deletions

View File

@@ -31,7 +31,10 @@
:hook (lsp-mode . lsp-enable-which-key-integration)
:commands lsp
:general (:keymaps 'syd-leader-code-map
"a" #'lsp-execute-code-action)
"a" #'lsp-execute-code-action
"r" #'lsp-rename)
:custom (; Fixes type error when using rename.
(lsp-rename-use-prepare nil))
:config
(syd-defadvice syd-lsp-install-server-a ()
"Override and disbale `lsp-install-server'"