summaryrefslogtreecommitdiff
path: root/script/config
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-02-21 14:27:56 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-02-21 14:27:56 +0800
commit61498917bb2d6686b97c6193b2f713f099faf769 (patch)
tree617c0780519ee065e8a2d74564e3cf97812a5d86 /script/config
parent2dd4ea4b7d95561b228a97800f5f68a30a6cff97 (diff)
downloadlua-language-server-61498917bb2d6686b97c6193b2f713f099faf769.zip
use `--preview` to enable preview features
Diffstat (limited to 'script/config')
-rw-r--r--script/config/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/config/config.lua b/script/config/config.lua
index e44b9372..ea87893d 100644
--- a/script/config/config.lua
+++ b/script/config/config.lua
@@ -208,7 +208,7 @@ local Template = {
['Lua.hint.arrayIndex'] = Type.Boolean >> 'Auto',
['Lua.window.statusBar'] = Type.Boolean >> true,
['Lua.window.progressBar'] = Type.Boolean >> true,
- ['Lua.format.enable'] = Type.Boolean >> false,
+ ['Lua.format.enable'] = Type.Boolean >> true,
['Lua.IntelliSense.traceLocalSet'] = Type.Boolean >> false,
['Lua.IntelliSense.traceReturn'] = Type.Boolean >> false,
['Lua.IntelliSense.traceBeSetted'] = Type.Boolean >> false,