diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/flow.lua')
| -rw-r--r-- | lsp/flow.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/flow.lua b/lsp/flow.lua index bf91c596..5efdc71c 100644 --- a/lsp/flow.lua +++ b/lsp/flow.lua @@ -11,6 +11,7 @@ --- ```sh --- npx flow lsp --help --- ``` +---@type vim.lsp.Config return { cmd = { 'npx', '--no-install', 'flow', 'lsp' }, filetypes = { 'javascript', 'javascriptreact', 'javascript.jsx' }, |
