diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-05 12:27:02 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-05 12:27:02 +0800 |
commit | 8dc74fe9232e08f5263bbaab659dd1a8ab84ae50 (patch) | |
tree | f463083798c01b8e8be74277d367b3375ab08c7c /script/config.lua | |
parent | 5eb5ae64e5d36fb851ddc7ffbfa0d53d628581b6 (diff) | |
download | lua-language-server-8dc74fe9232e08f5263bbaab659dd1a8ab84ae50.zip |
runtime.plugin
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config.lua b/script/config.lua index b6ae4767..52b22205 100644 --- a/script/config.lua +++ b/script/config.lua @@ -105,6 +105,7 @@ local ConfigTemplate = { meta = {'${version} ${language}', String}, unicodeName = {false, Boolean}, nonstandardSymbol = {{}, Str2Hash ';'}, + plugin = {'.vscode/lua/plugin.lua', String}, }, diagnostics = { enable = {true, Boolean}, |