From 69a6e60f84e578b4b5a5c6efa693010c3a51fe7a Mon Sep 17 00:00:00 2001 From: Aria Edmonds Date: Tue, 26 Feb 2019 02:18:37 +1100 Subject: [PATCH] lang/haskell +lsp: enable snippet completion --- modules/lang/haskell/+lsp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/haskell/+lsp.el b/modules/lang/haskell/+lsp.el index 80bcec789..a958773fe 100644 --- a/modules/lang/haskell/+lsp.el +++ b/modules/lang/haskell/+lsp.el @@ -5,4 +5,4 @@ :init (add-hook 'haskell-mode-hook #'+lsp|init) :config ;; Does some strange indentation if it pastes in the snippet - (setq company-lsp-enable-snippet nil)) + (setq yas-indent-line 'fixed))