mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 21:04:30 +02:00
nvim-lsp: fix typo in hls config
I'm an idiot that can't type :')
This commit is contained in:
parent
5242d9333e
commit
398c96ffe0
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ let
|
|||
name = "hls";
|
||||
description = "Enable haskell language server";
|
||||
packages = [ ];
|
||||
cmd = [ "${pkgs.haskell-language-server}/bin/haskell-language-serve-wrapper" ];
|
||||
cmd = [ "${pkgs.haskell-language-server}/bin/haskell-language-server-wrapper" ];
|
||||
}
|
||||
];
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue