Skip to content

Commit eb37ac4

Browse files
authored
Merge pull request #125 from ncaq/add-inherit-snippet-option-from-lsp-mode
changed: lsp-haskell-completion-snippets-on default: t -> lsp-enable-…
2 parents 7efbef3 + e8f4248 commit eb37ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-haskell.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Turn off to only generate diagnostics on file save."
6868
:group 'lsp-haskell
6969
:type 'boolean)
7070
(defcustom lsp-haskell-completion-snippets-on
71-
t
71+
lsp-enable-snippet
7272
"Show snippets with type information when using code completion."
7373
:group 'lsp-haskell
7474
:type 'boolean)

0 commit comments

Comments
 (0)