diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-25 03:36:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-25 03:36:54 +0800 |
commit | 711c5d44484366ac80d02ff42fc8fab908b10739 (patch) | |
tree | 8637c22d302f7b3b1305003cf87162b178b9c637 /script/config/template.lua | |
parent | 91068747651bdd30a3ca436e25a39ec09fba0545 (diff) | |
download | lua-language-server-711c5d44484366ac80d02ff42fc8fab908b10739.zip |
update config
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, |