home/nvim: remove haskell lsp

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-30 04:02:35 +03:00
parent 8fb8cc9d6b
commit 20a0b67a6a
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -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