Complete overhaul of repo structure based on nvix. See https://github.com/niksingh710/nvix Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
7 lines
110 B
Nix
7 lines
110 B
Nix
{
|
|
plugins.lsp.servers.hls = {
|
|
enable = true;
|
|
installGhc = false;
|
|
packageFallback = true;
|
|
};
|
|
}
|