summaryrefslogtreecommitdiff
path: root/script/config.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-01-30 20:43:19 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-01-30 20:43:19 +0800
commit36d1ee596527e2133c8681c3e4bf493a85357862 (patch)
tree790848087d8661ff348ff5d457eac7f7b63a8eb7 /script/config.lua
parent4b842d088b38aea475b4bbdc411bed654c9e8228 (diff)
downloadlua-language-server-36d1ee596527e2133c8681c3e4bf493a85357862.zip
update hint
Diffstat (limited to 'script/config.lua')
-rw-r--r--script/config.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/script/config.lua b/script/config.lua
index dcae15b4..b39c70cc 100644
--- a/script/config.lua
+++ b/script/config.lua
@@ -154,8 +154,10 @@ local ConfigTemplate = {
color = {
mode = {'Semantic', String},
},
- typeHint = {
- enable = {true, Boolean},
+ hint = {
+ enable = {true, Boolean},
+ paramType = {true, Boolean},
+ setType = {false, Boolean},
},
intelliSense = {
searchDepth = {0, Integer},