From 251dbbecf7f8b4e863e6a4f85430ab3e86c665f4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 27 May 2021 10:50:14 +0200 Subject: [PATCH] LSP: Use lsp-ui-imenu instead of counsel-imenu. --- init.d/programming/lsp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.d/programming/lsp.el b/init.d/programming/lsp.el index 2b5f806..0f0c004 100644 --- a/init.d/programming/lsp.el +++ b/init.d/programming/lsp.el @@ -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)))