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;
|
||||
};
|
||||
|
||||
|
||||
# LSP
|
||||
languageserver = {
|
||||
nix = {
|
||||
command = "rnix-lsp";
|
||||
filetypes = [ "nix" ];
|
||||
};
|
||||
|
||||
haskell = {
|
||||
command = "haskell-language-server-wrapper";
|
||||
args = [ "--lsp" ];
|
||||
rootPatterns = [
|
||||
"stack.yaml"
|
||||
".cabal"
|
||||
"cabal.project"
|
||||
"package.yaml"
|
||||
];
|
||||
filetypes = [
|
||||
"hs"
|
||||
"lhs"
|
||||
"haskell"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Rust
|
||||
|
|
Loading…
Reference in a new issue