tools/lsp: fall back to lsp-find-{definitions,references} #1521
When lsp-ui-mode is disabled.
This commit is contained in:
parent
a9ca62070c
commit
2f268e80bb
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
|
|
||||||
(after! lsp-mode
|
(after! lsp-mode
|
||||||
(set-lookup-handlers! 'lsp-mode :async t
|
(set-lookup-handlers! 'lsp-mode :async t
|
||||||
:documentation 'lsp-describe-thing-at-point)
|
:documentation 'lsp-describe-thing-at-point
|
||||||
|
:definition 'lsp-find-definition
|
||||||
|
:references 'lsp-find-references)
|
||||||
|
|
||||||
;; The original `lsp' initializes too much, too quickly. Things like flycheck,
|
;; The original `lsp' initializes too much, too quickly. Things like flycheck,
|
||||||
;; company, and yasnippet. Doom's modules already handle these just fine, so
|
;; company, and yasnippet. Doom's modules already handle these just fine, so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue