feat(idris): add +lsp support
This commit is contained in:
parent
0140a419fd
commit
8e08c651a6
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
(after! idris-mode
|
(after! idris-mode
|
||||||
(add-hook 'idris-mode-hook #'turn-on-idris-simple-indent)
|
(add-hook 'idris-mode-hook #'turn-on-idris-simple-indent)
|
||||||
|
(when (featurep! +lsp)
|
||||||
|
(add-hook 'idris-mode-hook #'lsp!))
|
||||||
(set-repl-handler! 'idris-mode 'idris-pop-to-repl)
|
(set-repl-handler! 'idris-mode 'idris-pop-to-repl)
|
||||||
(set-lookup-handlers! 'idris-mode
|
(set-lookup-handlers! 'idris-mode
|
||||||
:documentation #'idris-docs-at-point)
|
:documentation #'idris-docs-at-point)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue