fix: lsp server keybinds

This commit is contained in:
Muhammad Nauman Raza 2022-11-15 22:02:56 +00:00
parent 29d072db59
commit b7991a9671
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -32,5 +32,5 @@
"l f" '(eglot-format :wk "Format Buffer")
"l w" '(:wk "Server")
"l w r" '('eglot-shutdown :wk "Restart Server")
"l w q" '('eglot-reconnect :wk "Shutdown Server"))
"l w r" '(eglot-reconnect :wk "Restart Server")
"l w q" '(eglot-shutdown :wk "Shutdown Server"))