languages/haskell: specify lsp flag (#540)

Co-authored-by: Artur Manuel <balkenix@outlook.com>
This commit is contained in:
Artur Manuel 2025-01-09 12:28:13 +00:00 committed by GitHub
parent a26cdd2d25
commit ea056532bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ in {
cmd = ${
if isList cfg.lsp.package
then expToLua cfg.lsp.package
else ''{"${cfg.lsp.package}/bin/haskell-language-server-wrapper"}''
else ''{"${cfg.lsp.package}/bin/haskell-language-server-wrapper", "--lsp"}''
},
on_attach = function(client, bufnr, ht)
default_on_attach(client, bufnr, ht)