Bump :lang javascript
ananthakumaran/tide@f0b6dac -> ananthakumaran/tide@fa617f5 New version of tide.el introduces xref backend.
This commit is contained in:
parent
1c99aed0c0
commit
ecc6fcd8d5
2 changed files with 2 additions and 3 deletions
|
@ -190,8 +190,7 @@ to tide."
|
|||
(set-company-backend! 'tide-mode 'company-tide)
|
||||
;; navigation
|
||||
(set-lookup-handlers! 'tide-mode :async t
|
||||
:definition #'tide-jump-to-definition
|
||||
:references #'tide-references
|
||||
:xref-backend #'xref-tide-xref-backend
|
||||
:documentation #'tide-documentation-at-point)
|
||||
(set-popup-rule! "^\\*tide-documentation" :quit t)
|
||||
;; resolve to `doom-project-root' if `tide-project-root' fails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue