comment out consult-lsp

This commit is contained in:
Janis 2025-08-22 00:34:07 +02:00
parent 4f10923024
commit 215f932359

View file

@ -1625,18 +1625,18 @@ LSP sets it's prefix key to =s-l= by default, which uses the Super key which I u
(add-to-list 'lsp-language-id-configuration '("CMakeLists.txt" . "cmake"))
)
(use-package consult-lsp
:straight t
:general
(with-eval-after-load 'lsp-mode
(general-define-key
:keymaps 'lsp-command-map
"c s" '("Symbols" . consult-lsp-symbols)
"c f" '("Symbols" . consult-lsp-file-symbols)
"c d" '("Diagnostics" . consult-lsp-diagnostics)
)
)
)
;; (use-package consult-lsp
;; :straight t
;; :general
;; (with-eval-after-load 'lsp-mode
;; (general-define-key
;; :keymaps 'lsp-command-map
;; "c s" '("Symbols" . consult-lsp-symbols)
;; "c f" '("Symbols" . consult-lsp-file-symbols)
;; "c d" '("Diagnostics" . consult-lsp-diagnostics)
;; )
;; )
;; )
(use-package lsp-treemacs
:straight t