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))