lang/purescript: Add lookup handlers
Add psc-ide-goto-definition and purescript-pursuit as definition and documentation lookup handlers.
This commit is contained in:
parent
d8dbd0759c
commit
e44bb536b9
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
||||||
(after! purescript-mode
|
(after! purescript-mode
|
||||||
(add-hook! 'purescript-mode-hook
|
(add-hook! 'purescript-mode-hook
|
||||||
#'(purescript-indentation-mode
|
#'(purescript-indentation-mode
|
||||||
rainbow-delimiters-mode)))
|
rainbow-delimiters-mode))
|
||||||
|
(set-lookup-handlers! 'purescript-mode
|
||||||
|
:definition #'psc-ide-goto-definition
|
||||||
|
:documentation #'purescript-pursuit))
|
||||||
|
|
||||||
|
|
||||||
;; (def-package! flycheck-purescript
|
;; (def-package! flycheck-purescript
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue