mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(lsp): add keybindings for helm-lsp-diagnostics
This makes it easy to get a nice list of all errors and warnings reported by the language server.
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
:after (helm-global-bindings)
|
||||
:bind
|
||||
("C-c '" . helm-lsp-workspace-symbol)
|
||||
("C-c C-'" . helm-lsp-workspace-symbol))
|
||||
("C-c C-'" . helm-lsp-workspace-symbol)
|
||||
("C-c \\" . helm-lsp-diagnostics)
|
||||
("C-c C-\\" . helm-lsp-diagnostics))
|
||||
|
||||
(provide 'siren-helm-lsp)
|
||||
;;; siren-helm-lsp.el ends here
|
||||
|
||||
Reference in New Issue
Block a user