From b7d38ca7e6d22abaa430a23f8b1db79c52ba2e17 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 23 Aug 2021 16:50:27 +0200 Subject: [PATCH] Don't use lsp imenu. --- init.d/programming/lsp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.d/programming/lsp.el b/init.d/programming/lsp.el index d2f3f43..c010f1d 100644 --- a/init.d/programming/lsp.el +++ b/init.d/programming/lsp.el @@ -94,8 +94,7 @@ :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) - ("M-i" . lsp-ui-imenu)) + ("C-M-," . lsp-ui-peek-find-implementation)) :hook ((lsp-mode . lsp-ui-mode) (lsp-ui-peek-mode . my/lsp-ws-toggle)))