fix: address deprecation warnings and install ghc
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
b8df5ce31d
commit
60a3b20af1
2 changed files with 2 additions and 4 deletions
|
|
@ -1,10 +1,7 @@
|
||||||
{
|
{
|
||||||
plugins.lspkind = {
|
plugins.lspkind = {
|
||||||
enable = true;
|
enable = true;
|
||||||
symbolMap = {
|
settings = {
|
||||||
Copilot = " ";
|
|
||||||
};
|
|
||||||
extraOptions = {
|
|
||||||
maxwidth = 50;
|
maxwidth = 50;
|
||||||
ellipsis_char = "...";
|
ellipsis_char = "...";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@
|
||||||
};
|
};
|
||||||
hls = {
|
hls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
installGhc = true;
|
||||||
};
|
};
|
||||||
rubocop = {
|
rubocop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue