diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-07-20 19:52:49 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-07-20 19:52:49 +0800 |
commit | 59d6e659219b7e63ea8ae770bb59f6278678b5eb (patch) | |
tree | 6c3a1146942695a5b3c9b3fdfa7447aa0804624d /script/method/init.lua | |
parent | fde2dc4cdb275aeb550c7d0af96875d4c7c2affb (diff) | |
download | lua-language-server-59d6e659219b7e63ea8ae770bb59f6278678b5eb.zip |
支持全局符号
Diffstat (limited to 'script/method/init.lua')
-rw-r--r-- | script/method/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/method/init.lua b/script/method/init.lua index cd9010bb..742590f6 100644 --- a/script/method/init.lua +++ b/script/method/init.lua @@ -30,5 +30,6 @@ init 'workspace/didChangeConfiguration' init 'workspace/didChangeWatchedFiles' init 'workspace/didChangeWorkspaceFolders' init 'workspace/executeCommand' +init 'workspace/symbol' return method |