summaryrefslogtreecommitdiff
path: root/script/config.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-02-01 16:03:14 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-02-01 16:03:14 +0800
commit75ccd8ae4272c2b193df3993f7d4e6819ff66ac7 (patch)
tree916e8909bd0176fd5bcbf7244947da670ef02fa4 /script/config.lua
parent25eaef7cec5b0a84b42b03ced1f76ab9ac0cd31b (diff)
downloadlua-language-server-75ccd8ae4272c2b193df3993f7d4e6819ff66ac7.zip
hint.setType is false by default
Diffstat (limited to 'script/config.lua')
-rw-r--r--script/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/config.lua b/script/config.lua
index 7bd34357..96e25ea3 100644
--- a/script/config.lua
+++ b/script/config.lua
@@ -157,7 +157,7 @@ local ConfigTemplate = {
hint = {
enable = {true, Boolean},
paramType = {true, Boolean},
- setType = {true, Boolean},
+ setType = {false, Boolean},
paramName = {true, Boolean},
},
intelliSense = {