Skip to content

Commit

Permalink
languages/haskell: specify lsp flag (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: Artur Manuel <[email protected]>
  • Loading branch information
amadaluzia and amadalusia authored Jan 9, 2025
1 parent a26cdd2 commit ea05653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/plugins/languages/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ea05653

Please sign in to comment.