added haskell language server
This commit is contained in:
parent
b0d67cc741
commit
7cdd07a9ae
3 changed files with 14 additions and 11 deletions
18
flake.lock
generated
18
flake.lock
generated
|
|
@ -87,11 +87,11 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1682592091,
|
||||
"narHash": "sha256-JQTGiWOhj+/ZoJfWPQ3vOYAXf0SsMtJuOPTvwArPyIg=",
|
||||
"lastModified": 1682673816,
|
||||
"narHash": "sha256-C5zxg5AbMbX3UD2iiWL6fqvp/csTnk8JeXh6PHf7zOI=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "23488bbca5ea0012bafa2c75b88902b540ff9940",
|
||||
"rev": "60fe647be71d6f433f4a8f9f22d7430bf0ef58a4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -251,11 +251,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1682583188,
|
||||
"narHash": "sha256-CqXxDWqRLc7liA8cwafV4TQ5ggxx3PTlvDs8CUuF5HY=",
|
||||
"lastModified": 1682669607,
|
||||
"narHash": "sha256-m+KpU/R71cpPZ0jLyC15u58wpA7MXtanXz0QetN1V/s=",
|
||||
"owner": "nix-community",
|
||||
"repo": "neovim-nightly-overlay",
|
||||
"rev": "c57746e2b9e3b42c0be9d9fd1d765f245c3827b7",
|
||||
"rev": "ab48027070ebb931feeb468f30641b9906a1fa8e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -314,11 +314,11 @@
|
|||
},
|
||||
"nixpkgs-master": {
|
||||
"locked": {
|
||||
"lastModified": 1682604483,
|
||||
"narHash": "sha256-KsjKgQhAUXu2ZX9u421dwfVsn2Pgr7/mNDqQ4pVLvk8=",
|
||||
"lastModified": 1682692888,
|
||||
"narHash": "sha256-DJW9LNTwIzx0q348t+TEVrW7Ds2fvOjVnTQzFk7tKcg=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "f602fe84197a455c44373b5d0fcf6eb18c1c353f",
|
||||
"rev": "1f3c4bf6b40ef3a6fd8f6afe19bc5c7ef0db0b62",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -86,6 +86,8 @@ lspconfig.sumneko_lua.setup {
|
|||
}
|
||||
}
|
||||
}
|
||||
-- haskell
|
||||
lspconfig.hls.setup { capabilities = capabilities, on_attach = on_lsp_attach }
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue