fix: address deprecation warnings and install ghc

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-23 11:46:40 +02:00
parent b8df5ce31d
commit 60a3b20af1
Signed by: lander
GPG key ID: 0142722B4B0C536F
2 changed files with 2 additions and 4 deletions

View file

@ -1,10 +1,7 @@
{
plugins.lspkind = {
enable = true;
symbolMap = {
Copilot = " ";
};
extraOptions = {
settings = {
maxwidth = 50;
ellipsis_char = "...";
};

View file

@ -49,6 +49,7 @@
};
hls = {
enable = true;
installGhc = true;
};
rubocop = {
enable = true;