diff options
Diffstat (limited to 'lsp/ghcide.lua')
| -rw-r--r-- | lsp/ghcide.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lsp/ghcide.lua b/lsp/ghcide.lua index 20297ab9..65b83e8a 100644 --- a/lsp/ghcide.lua +++ b/lsp/ghcide.lua @@ -1,9 +1,9 @@ ---@brief --- --- https://github.com/digital-asset/ghcide --- --- A library for building Haskell IDE tooling. --- "ghcide" isn't for end users now. Use "haskell-language-server" instead of "ghcide". +--- https://github.com/digital-asset/ghcide +--- +--- A library for building Haskell IDE tooling. +--- "ghcide" isn't for end users now. Use "haskell-language-server" instead of "ghcide". return { cmd = { 'ghcide', '--lsp' }, filetypes = { 'haskell', 'lhaskell' }, |
