added haskell language server

This commit is contained in:
Philipp Hochkamp 2023-04-28 12:22:12 +02:00
parent b0d67cc741
commit 7cdd07a9ae
3 changed files with 14 additions and 11 deletions

View file

@ -86,6 +86,8 @@ lspconfig.sumneko_lua.setup {
}
}
}
-- haskell
lspconfig.hls.setup { capabilities = capabilities, on_attach = on_lsp_attach }

View file

@ -17,6 +17,7 @@
terraform
nodePackages.typescript
nodePackages.typescript-language-server
haskell-language-server
sumneko-lua-language-server
ltex-ls # languageTool
nodePackages.vscode-langservers-extracted # eslint, ...
@ -26,7 +27,7 @@
cargo
rustc
rustfmt
rust-analyzer
unstable.rust-analyzer
# c# debugging
(pkgs.writeShellScriptBin "netcoredbg" ''exec ${pkgs.unstable.netcoredbg}/bin/netcoredbg "$@"'') # don't fill $path with dlls
@ -63,7 +64,7 @@
src = inputs.noice-nvim;
};
in
map (x: { plugin = x; }) (with pkgs.unstable.vimPlugins; [
map (x: { plugin = x; }) (with pkgs.vimPlugins; [
vim-tmux-navigator # tmux
nnn-nvim # nnn as filebrowser
gruvbox-nvim # theme