diff --git a/home/kakoune/kak-lsp.nix b/home/kakoune/kak-lsp.nix index f972b53..239b166 100644 --- a/home/kakoune/kak-lsp.nix +++ b/home/kakoune/kak-lsp.nix @@ -81,7 +81,7 @@ let args = [ "--lsp" ]; command = "haskell-language-server-wrapper"; filetypes = [ "haskell" ]; - roots = [ "Setup.hs" "stack.yaml" "*.cabal" ]; + roots = [ "Setup.hs" "stack.yaml" "*.cabal" "package.yaml" ]; }; html = { args = [ "--stdio" ];