diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-24 21:23:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-24 21:23:09 +0800 |
commit | 6cbc089f83eec21a33c792943e323a0f50a56e0a (patch) | |
tree | 4df28def4aae951a96705c99991a3c82b2683470 /test/command/init.lua | |
parent | 061c9b03686c7ae8b3dc70d491ff003258b13bf6 (diff) | |
download | lua-language-server-6cbc089f83eec21a33c792943e323a0f50a56e0a.zip |
command test
Diffstat (limited to 'test/command/init.lua')
-rw-r--r-- | test/command/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/command/init.lua b/test/command/init.lua new file mode 100644 index 00000000..85d7f0d8 --- /dev/null +++ b/test/command/init.lua @@ -0,0 +1 @@ +require 'command.auto-require' |