Browse Source

Move LSP keybinding to SPC t l

main
parent
commit
f4df5294bd
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org

2
README.org

@ -2302,7 +2302,7 @@ The [[https://microsoft.github.io/language-server-protocol][Language Server Prot
;; Add custom keybindings for `lsp'. ;; Add custom keybindings for `lsp'.
(dotfiles/leader (dotfiles/leader
"l" '(lsp :which-key "LSP"))
"tl" '(lsp :which-key "LSP"))
#+END_SRC #+END_SRC
** CCLS ** CCLS

Loading…
Cancel
Save