diff options
Diffstat (limited to 'lsp/flow.lua')
| -rw-r--r-- | lsp/flow.lua | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lsp/flow.lua b/lsp/flow.lua index 7dbf27c2..bf91c596 100644 --- a/lsp/flow.lua +++ b/lsp/flow.lua @@ -1,16 +1,16 @@ ---@brief --- --- https://flow.org/ --- https://github.com/facebook/flow --- --- See below for how to setup Flow itself. --- https://flow.org/en/docs/install/ --- --- See below for lsp command options. --- --- ```sh --- npx flow lsp --help --- ``` +--- https://flow.org/ +--- https://github.com/facebook/flow +--- +--- See below for how to setup Flow itself. +--- https://flow.org/en/docs/install/ +--- +--- See below for lsp command options. +--- +--- ```sh +--- npx flow lsp --help +--- ``` return { cmd = { 'npx', '--no-install', 'flow', 'lsp' }, filetypes = { 'javascript', 'javascriptreact', 'javascript.jsx' }, |
