lang/javascript: add xref support + refactor

This commit is contained in:
Henrik Lissner 2017-03-15 22:45:27 -04:00
parent 84fe3c6dfb
commit 8b2ae30c35
2 changed files with 19 additions and 10 deletions

View file

@ -11,3 +11,6 @@
(when (featurep! :completion company)
(package! company-tern))
(when (featurep! :feature jump)
(package! xref-js2))