diff options
Diffstat (limited to 'lsp/thriftls.lua')
| -rw-r--r-- | lsp/thriftls.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/thriftls.lua b/lsp/thriftls.lua index 756b4054..2d7b1d7f 100644 --- a/lsp/thriftls.lua +++ b/lsp/thriftls.lua @@ -1,8 +1,8 @@ ---@brief --- --- https://github.com/joyme123/thrift-ls --- --- you can install thriftls by mason or download binary here: https://github.com/joyme123/thrift-ls/releases +--- https://github.com/joyme123/thrift-ls +--- +--- you can install thriftls by mason or download binary here: https://github.com/joyme123/thrift-ls/releases return { cmd = { 'thriftls' }, filetypes = { 'thrift' }, |
