diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-04-30 17:59:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-04-30 17:59:09 +0800 |
commit | 4ad097f786df90286c6212c8fc3c6472e8fd1368 (patch) | |
tree | 664ca8a9116d5008964cfcfa197ba49d356b6271 /script/config.lua | |
parent | e30e02d51f80b0d48e85fcc110d907ae4a6cbccd (diff) | |
download | lua-language-server-4ad097f786df90286c6212c8fc3c6472e8fd1368.zip |
stash
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config.lua b/script/config.lua index 8bc05b98..97df7c17 100644 --- a/script/config.lua +++ b/script/config.lua @@ -165,6 +165,7 @@ local ConfigTemplate = { displayContext = {6, Integer}, workspaceWord = {true, Boolean}, autoRequire = {true, Boolean}, + showParams = {true, Boolean}, }, signatureHelp = { enable = {true, Boolean}, |