summaryrefslogtreecommitdiff
path: root/script/config/template.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-22 14:16:52 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-22 14:16:52 +0800
commitad535a757d103803263af403b463f5201b22c3f0 (patch)
tree0bf0d831d7c639f06472ac09caea9675928e4e4a /script/config/template.lua
parentfca4366ac185313fa87ede3b7642983985b74762 (diff)
downloadlua-language-server-ad535a757d103803263af403b463f5201b22c3f0.zip
`Lua.hover.previewFields` default to `50`
Diffstat (limited to 'script/config/template.lua')
-rw-r--r--script/config/template.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/config/template.lua b/script/config/template.lua
index b1aee3fb..93f3344b 100644
--- a/script/config/template.lua
+++ b/script/config/template.lua
@@ -298,7 +298,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 >> 20,
+ ['Lua.hover.previewFields'] = Type.Integer >> 50,
['Lua.hover.enumsLimit'] = Type.Integer >> 5,
['Lua.hover.expandAlias'] = Type.Boolean >> true,
['Lua.semantic.enable'] = Type.Boolean >> true,