nvf/modules
siggsy 9181d4f34e languages/haskell: remove cmd with hls-wrapper
`haskell-language-server-wrapper` only selects the correct
`haskell-language-server`. Snippet from hls documentation:

> HLS is a binary that must be compiled with the same version of
> GHC as the project you are using it on. For this reason it is
> usually distributed as a collection of binaries, along with a
> haskell-language-server-wrapper executable that selects the correct
> one based on which version of GHC it thinks you are using.

By providing `hls-wrapper` we pull A LOT of dependencies,
but do not use them (around 6.7GB). This is unecessary since
we then have to provide `haskell-language-server` in haskell
projects bundled with compatable GHC.
2025-10-18 08:51:58 +02:00
..
extra languages: add deprecation warning for renamed options 2025-08-01 12:00:43 +02:00
neovim lib: rewrite toLuaObject, deprecate everything else (#1178) 2025-10-13 18:56:11 +02:00
plugins languages/haskell: remove cmd with hls-wrapper 2025-10-18 08:51:58 +02:00
wrapper lib: rewrite toLuaObject, deprecate everything else (#1178) 2025-10-13 18:56:11 +02:00
default.nix treewide: Use nixpkgs fetchers for npins 2025-02-10 22:33:36 -05:00
modules.nix spellcheck: restore configuration for vim-dirtytalk 2025-07-05 19:47:51 +02:00