tools/lookup: Support type definition lookup handlers

This commit is contained in:
Seong Yong-ju 2020-05-12 01:06:23 +09:00
parent 13134726dc
commit d08f2dd888
3 changed files with 33 additions and 4 deletions

View file

@ -55,6 +55,7 @@ working on that project after closing the last buffer.")
:documentation #'lsp-describe-thing-at-point
:definition #'lsp-find-definition
:implementations #'lsp-find-implementation
:type-definition #'lsp-find-type-definition
:references #'lsp-find-references)
;; TODO Lazy load these. They don't need to be loaded all at once unless the