LSP: Use lsp-ui-imenu instead of counsel-imenu.

This commit is contained in:
tastytea 2021-05-27 10:50:14 +02:00
parent 84ea74b6ee
commit 251dbbecf7
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@
:bind (:map lsp-ui-mode-map
("M-." . lsp-ui-peek-find-definitions)
("C-M-." . lsp-ui-peek-find-references)
("C-M-," . lsp-ui-peek-find-implementation))
("C-M-," . lsp-ui-peek-find-implementation)
("M-i" . lsp-ui-imenu))
:hook ((lsp-mode . lsp-ui-mode)
(lsp-ui-peek-mode . my/lsp-ws-toggle)))