diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/thriftls.lua')
| -rw-r--r-- | lsp/thriftls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/thriftls.lua b/lsp/thriftls.lua index 2d7b1d7f..981d7f5a 100644 --- a/lsp/thriftls.lua +++ b/lsp/thriftls.lua @@ -3,6 +3,7 @@ --- https://github.com/joyme123/thrift-ls --- --- you can install thriftls by mason or download binary here: https://github.com/joyme123/thrift-ls/releases +---@type vim.lsp.Config return { cmd = { 'thriftls' }, filetypes = { 'thrift' }, |
