home/nvim: remove haskell lsp
This commit is contained in:
parent
8fb8cc9d6b
commit
20a0b67a6a
1 changed files with 0 additions and 17 deletions
|
@ -6,29 +6,12 @@
|
||||||
file.enable = false;
|
file.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# LSP
|
# LSP
|
||||||
languageserver = {
|
languageserver = {
|
||||||
nix = {
|
nix = {
|
||||||
command = "rnix-lsp";
|
command = "rnix-lsp";
|
||||||
filetypes = [ "nix" ];
|
filetypes = [ "nix" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
haskell = {
|
|
||||||
command = "haskell-language-server-wrapper";
|
|
||||||
args = [ "--lsp" ];
|
|
||||||
rootPatterns = [
|
|
||||||
"stack.yaml"
|
|
||||||
".cabal"
|
|
||||||
"cabal.project"
|
|
||||||
"package.yaml"
|
|
||||||
];
|
|
||||||
filetypes = [
|
|
||||||
"hs"
|
|
||||||
"lhs"
|
|
||||||
"haskell"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
|
|
Loading…
Reference in a new issue