tweak(idris): disable Idris LSP by default
This commit is contained in:
parent
6eee16462e
commit
e03555ee38
|
@ -3844,7 +3844,7 @@ The Doom module is very outdated, so I'll be overriding it.
|
||||||
idris-repl-show-repl-on-startup nil ; Don't show repl on startup
|
idris-repl-show-repl-on-startup nil ; Don't show repl on startup
|
||||||
)
|
)
|
||||||
|
|
||||||
(add-hook! idris-mode :append #'lsp!)
|
;; (add-hook! idris-mode :append #'lsp!)
|
||||||
|
|
||||||
(set-repl-handler! 'idris-mode (cmd! (idris-repl-buffer)))
|
(set-repl-handler! 'idris-mode (cmd! (idris-repl-buffer)))
|
||||||
(set-lookup-handlers! 'idris-mode
|
(set-lookup-handlers! 'idris-mode
|
||||||
|
|
Loading…
Reference in a new issue