Merge pull request #1126 from ar1a/dante
lang/haskell: fix dante completion
This commit is contained in:
commit
ed26b59e1d
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
(when (featurep! :feature syntax-checker)
|
||||
(flycheck-add-next-checker 'haskell-dante '(warning . haskell-hlint)))
|
||||
|
||||
(set-company-backend! 'dante-mode #'dante-company)
|
||||
|
||||
(when (featurep 'evil)
|
||||
(add-hook 'dante-mode-hook #'evil-normalize-keymaps))
|
||||
(map! :map dante-mode-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue