mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-26 15:49:48 +01:00
languages/haskell: specify lsp flag (#540)
Co-authored-by: Artur Manuel <balkenix@outlook.com>
This commit is contained in:
parent
a26cdd2d25
commit
ea056532bc
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ in {
|
||||||
cmd = ${
|
cmd = ${
|
||||||
if isList cfg.lsp.package
|
if isList cfg.lsp.package
|
||||||
then expToLua 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)
|
on_attach = function(client, bufnr, ht)
|
||||||
default_on_attach(client, bufnr, ht)
|
default_on_attach(client, bufnr, ht)
|
||||||
|
|
Loading…
Reference in a new issue