Compare commits
2 Commits
e124dd50ec
...
696da8ed63
Author | SHA1 | Date | |
---|---|---|---|
|
696da8ed63 | ||
|
7cd6f4fc71 |
@ -53,10 +53,14 @@
|
||||
:custom
|
||||
(lsp-keymap-prefix "C-c l")
|
||||
(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
|
||||
:after lsp)
|
||||
:hook (lsp-mode . lsp-ui-mode)
|
||||
:custom
|
||||
(lsp-ui-doc-show-with-cursor t))
|
||||
|
||||
;; Some compilation-mode conveniences
|
||||
(use-package compile
|
||||
|
Loading…
Reference in New Issue
Block a user