mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-08 22:45:30 +00:00
languages/haskell: Add cmd to hls
This commit is contained in:
parent
1bc364b5ae
commit
e3ddf6de6a
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
servers = {
|
servers = {
|
||||||
hls = {
|
hls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
cmd = [ "haskell-language-server-wrapper" "--lsp" ];
|
||||||
filetypes = ["haskell" "lhaskell"];
|
filetypes = ["haskell" "lhaskell"];
|
||||||
root_dir =
|
root_dir =
|
||||||
mkLuaInline
|
mkLuaInline
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue