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

Commit

Permalink
fix(lsp): Broken snippet options
Browse files Browse the repository at this point in the history
  • Loading branch information
connorgmeean committed Jul 30, 2022
1 parent ae36708 commit 7bec4b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/doom/modules/features/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ local lsp = {}
lsp.__completions_enabled = true

lsp.settings = {
snippets = {
history = true,
updateevents = "TextChanged,TextChangedI",
},
signature = {
bind = true,
doc_lines = 10,
Expand Down

0 comments on commit 7bec4b4

Please sign in to comment.