lang/haskell +lsp: enable snippet completion

This commit is contained in:
Aria Edmonds 2019-02-26 02:18:37 +11:00
parent a070343e22
commit 69a6e60f84

View file

@ -5,4 +5,4 @@
:init (add-hook 'haskell-mode-hook #'+lsp|init) :init (add-hook 'haskell-mode-hook #'+lsp|init)
:config :config
;; Does some strange indentation if it pastes in the snippet ;; Does some strange indentation if it pastes in the snippet
(setq company-lsp-enable-snippet nil)) (setq yas-indent-line 'fixed))