diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/pyrefly.lua')
| -rw-r--r-- | lsp/pyrefly.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/pyrefly.lua b/lsp/pyrefly.lua index e8ac037b..e4758d1a 100644 --- a/lsp/pyrefly.lua +++ b/lsp/pyrefly.lua @@ -7,6 +7,7 @@ -- `pyrefly` is still in development, so please report any errors to -- our issues page at https://github.com/facebook/pyrefly/issues. +---@type vim.lsp.Config return { cmd = { 'pyrefly', 'lsp' }, filetypes = { 'python' }, |
