diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-04 19:50:52 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-04 19:50:57 +0800 |
commit | 68f5676d9c85ccc10efa08f32b63cc98cffe9f1e (patch) | |
tree | bdc4f8c0f5c3e994e173cb64518de8c9d6065e81 /script/provider | |
parent | 6b7e78e1986a987b461165993325fc35b2fed3e4 (diff) | |
download | lua-language-server-68f5676d9c85ccc10efa08f32b63cc98cffe9f1e.zip |
disable for now
Diffstat (limited to 'script/provider')
-rw-r--r-- | script/provider/provider.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/provider/provider.lua b/script/provider/provider.lua index fa2b8874..179b7ed0 100644 --- a/script/provider/provider.lua +++ b/script/provider/provider.lua @@ -861,7 +861,7 @@ proto.on('textDocument/onTypeFormatting', function (params) newText = '\nend', } } - return results + --return results end) -- Hint |