Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 7bec4b4

Browse files
author
connorgmeean
committed
fix(lsp): Broken snippet options
1 parent ae36708 commit 7bec4b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lua/doom/modules/features/lsp/init.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ local lsp = {}
55
lsp.__completions_enabled = true
66

77
lsp.settings = {
8+
snippets = {
9+
history = true,
10+
updateevents = "TextChanged,TextChangedI",
11+
},
812
signature = {
913
bind = true,
1014
doc_lines = 10,

0 commit comments

Comments
 (0)