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 = { plugins.lspkind = {
enable = true; enable = true;
symbolMap = { settings = {
Copilot = " ";
};
extraOptions = {
maxwidth = 50; maxwidth = 50;
ellipsis_char = "..."; ellipsis_char = "...";
}; };

View file

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