Compare commits
No commits in common. "696da8ed63507d0c11c0ff1eb4bdc3ab595be2ea" and "e124dd50ec637c5879d0494c6fd12da08a9a9d4c" have entirely different histories.
696da8ed63
...
e124dd50ec
@ -53,14 +53,10 @@
|
|||||||
:custom
|
:custom
|
||||||
(lsp-keymap-prefix "C-c l")
|
(lsp-keymap-prefix "C-c l")
|
||||||
(lsp-headerline-breadcrumb-enable nil)
|
(lsp-headerline-breadcrumb-enable nil)
|
||||||
(lsp-file-watch-threshold 100000)
|
(lsp-file-watch-threshold 100000))
|
||||||
:general
|
|
||||||
(normal lsp-mode-map "K" #'lsp-describe-thing-at-point))
|
|
||||||
|
|
||||||
(use-package lsp-ui
|
(use-package lsp-ui
|
||||||
:hook (lsp-mode . lsp-ui-mode)
|
:after lsp)
|
||||||
:custom
|
|
||||||
(lsp-ui-doc-show-with-cursor t))
|
|
||||||
|
|
||||||
;; Some compilation-mode conveniences
|
;; Some compilation-mode conveniences
|
||||||
(use-package compile
|
(use-package compile
|
||||||
|
Loading…
Reference in New Issue
Block a user