diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-06-17 17:09:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-06-17 17:09:41 +0800 |
commit | 6a26535292674b2cfb683b8b66425b5a79caf4e1 (patch) | |
tree | dd1d1beecde92f5ee29e176b626f8e1fb1bb909f /script/config.lua | |
parent | 627745e88dc1a29edda507d0be9bf9370b2a7284 (diff) | |
download | lua-language-server-6a26535292674b2cfb683b8b66425b5a79caf4e1.zip |
disable `runtime.plugin` by default
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/config.lua b/script/config.lua index 97df7c17..50aab037 100644 --- a/script/config.lua +++ b/script/config.lua @@ -131,7 +131,7 @@ local ConfigTemplate = { meta = {'${version} ${language}', String}, unicodeName = {false, Boolean}, nonstandardSymbol = {{}, Str2Hash ';'}, - plugin = {'.vscode/lua/plugin.lua', String}, + plugin = {'', String}, fileEncoding = {'utf8', String}, builtin = {{}, Hash(String, String)}, }, |