diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-03-10 20:31:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-03-10 20:31:47 +0800 |
commit | 04601c7da4a485d84be5e0b9864acf27f978c275 (patch) | |
tree | 7edcc2cf6868dfb1cf85412591f03faf5bf8c108 /script/config | |
parent | 38a2b7f9df15b8737ba6fba27861eba50b2277b6 (diff) | |
download | lua-language-server-04601c7da4a485d84be5e0b9864acf27f978c275.zip |
doc.type.integer
Diffstat (limited to 'script/config')
-rw-r--r-- | script/config/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config/config.lua b/script/config/config.lua index 8c06278f..6be80cc9 100644 --- a/script/config/config.lua +++ b/script/config/config.lua @@ -196,6 +196,7 @@ local Template = { ['Lua.hover.viewNumber'] = Type.Boolean >> true, ['Lua.hover.previewFields'] = Type.Integer >> 20, ['Lua.hover.enumsLimit'] = Type.Integer >> 5, + ['Lua.hover.expandAlias'] = Type.Boolean >> true, ['Lua.semantic.enable'] = Type.Boolean >> true, ['Lua.semantic.variable'] = Type.Boolean >> true, ['Lua.semantic.annotation'] = Type.Boolean >> true, |