Compare commits

..

No commits in common. "696da8ed63507d0c11c0ff1eb4bdc3ab595be2ea" and "e124dd50ec637c5879d0494c6fd12da08a9a9d4c" have entirely different histories.

View File

@ -53,14 +53,10 @@
:custom
(lsp-keymap-prefix "C-c l")
(lsp-headerline-breadcrumb-enable nil)
(lsp-file-watch-threshold 100000)
:general
(normal lsp-mode-map "K" #'lsp-describe-thing-at-point))
(lsp-file-watch-threshold 100000))
(use-package lsp-ui
:hook (lsp-mode . lsp-ui-mode)
:custom
(lsp-ui-doc-show-with-cursor t))
:after lsp)
;; Some compilation-mode conveniences
(use-package compile