feat: remove haskell from helix configuration

This commit is contained in:
Jet Pham 2026-03-05 15:49:04 -08:00
parent 4e0cfb1314
commit ac09076b51
No known key found for this signature in database

View file

@ -120,24 +120,16 @@
}; };
}; };
languages = { languages = {
haskell = { language = [
config = { {
name = "rust";
end-of-line-diagnostics = "hint"; end-of-line-diagnostics = "hint";
}; inline-diagnostics = {
"inline-diagnostics" = {
cursor-line = "hint"; cursor-line = "hint";
other-lines = "hint"; other-lines = "hint";
}; };
}; }
rust = { ];
config = {
end-of-line-diagnostics = "hint";
};
"inline-diagnostics" = {
cursor-line = "hint";
other-lines = "hint";
};
};
}; };
}; };