diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 09:51:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 09:51:41 +0800 |
commit | 5fafca581ed16986f8f6244a613d20897b74872c (patch) | |
tree | 52fac32c3779581efca5e1df3b79200586331a4e /script/config.lua | |
parent | f220b541434602a05c1c0e693376d52345e07059 (diff) | |
download | lua-language-server-5fafca581ed16986f8f6244a613d20897b74872c.zip |
remove unused configs
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/script/config.lua b/script/config.lua index 0544c317..fb5db837 100644 --- a/script/config.lua +++ b/script/config.lua @@ -96,7 +96,6 @@ end local ConfigTemplate = { runtime = { version = {'Lua 5.4', String}, - library = {{}, Str2Hash ';'}, path = {{ "?.lua", "?/init.lua", @@ -146,13 +145,6 @@ local ConfigTemplate = { color = { mode = {'Semantic', String}, }, - luadoc = { - enable = {true, Boolean}, - }, - plugin = { - enable = {false, Boolean}, - path = {'.vscode/lua-plugin/*.lua', String}, - }, intelliSense = { searchDepth = {0, Integer}, fastGlobal = {true, Boolean}, |