diff options
Diffstat (limited to 'script/config/template.lua')
-rw-r--r-- | script/config/template.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/config/template.lua b/script/config/template.lua index af911718..672bad21 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -330,7 +330,7 @@ local template = { ['Lua.hover.viewString'] = Type.Boolean >> true, ['Lua.hover.viewStringMax'] = Type.Integer >> 1000, ['Lua.hover.viewNumber'] = Type.Boolean >> true, - ['Lua.hover.previewFields'] = Type.Integer >> 50, + ['Lua.hover.previewFields'] = Type.Integer >> 30, ['Lua.hover.enumsLimit'] = Type.Integer >> 5, ['Lua.hover.expandAlias'] = Type.Boolean >> true, ['Lua.semantic.enable'] = Type.Boolean >> true, |