Skip to content

Commit

Permalink
docs: add commas to lua code example (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelarie authored Dec 23, 2024
1 parent 140ed36 commit 8f53c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For more common configurations, see the [recipes](../recipes.md).

-- Disable auto brackets
-- NOTE: some LSPs may add auto brackets themselves anyway
accept = { auto_brackets = { enabled = false }, }
accept = { auto_brackets = { enabled = false }, },

-- Insert completion item on selection, don't select by default
list = { selection = 'auto_insert' },
Expand Down Expand Up @@ -51,7 +51,7 @@ For more common configurations, see the [recipes](../recipes.md).
default = { 'lsp', 'path', 'snippets', 'buffer' },
-- Disable cmdline completions
cmdline = {},
}
},

-- Experimental signature help support
signature = { enabled = true }
Expand Down

0 comments on commit 8f53c18

Please sign in to comment.