Skip to content

Commit

Permalink
Merge pull request #1491 from CppCXY/master
Browse files Browse the repository at this point in the history
type format 在键入换行时补全表项的逗号
  • Loading branch information
sumneko authored Aug 24, 2022
2 parents 58d02c9 + cf6668e commit daf1780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion script/config/template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ local template = {
['Lua.typeFormat.config'] = Type.Hash(Type.String, Type.String)
>> {
format_line = "true",
auto_complete_end = "true"
auto_complete_end = "true",
auto_complete_table_sep = "true"
},
['Lua.spell.dict'] = Type.Array(Type.String),
['Lua.telemetry.enable'] = Type.Or(Type.Boolean >> false, Type.Nil) >> nil,
Expand Down

0 comments on commit daf1780

Please sign in to comment.