feat(nvim-lsp): add .git to hls root_dir
This commit is contained in:
parent
515cc30767
commit
d526240a7c
|
@ -59,7 +59,7 @@ configs.hls = {
|
||||||
cmd = {"haskell-language-server-wrapper","--lsp"};
|
cmd = {"haskell-language-server-wrapper","--lsp"};
|
||||||
filetypes = {"haskell","lhaskell"};
|
filetypes = {"haskell","lhaskell"};
|
||||||
root_dir = util.root_pattern(
|
root_dir = util.root_pattern(
|
||||||
"*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml");
|
"*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml", ".git");
|
||||||
settings = {};
|
settings = {};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue