diff --git a/init.org b/init.org index aa75f88..432f41a 100644 --- a/init.org +++ b/init.org @@ -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