mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Update :jump => :lookup
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
:after typescript-mode
|
||||
:config
|
||||
(set! :company-backend 'typescript-mode '(company-tide))
|
||||
(set! :jump 'typescript-mode
|
||||
(set! :lookup 'typescript-mode
|
||||
:definition #'tide-jump-to-definition
|
||||
:references #'tide-references
|
||||
:documentation #'tide-documentation-at-point)
|
||||
|
Reference in New Issue
Block a user