feat: remove haskell from helix configuration
This commit is contained in:
parent
4e0cfb1314
commit
ac09076b51
1 changed files with 9 additions and 17 deletions
26
home.nix
26
home.nix
|
|
@ -120,24 +120,16 @@
|
|||
};
|
||||
};
|
||||
languages = {
|
||||
haskell = {
|
||||
config = {
|
||||
language = [
|
||||
{
|
||||
name = "rust";
|
||||
end-of-line-diagnostics = "hint";
|
||||
};
|
||||
"inline-diagnostics" = {
|
||||
cursor-line = "hint";
|
||||
other-lines = "hint";
|
||||
};
|
||||
};
|
||||
rust = {
|
||||
config = {
|
||||
end-of-line-diagnostics = "hint";
|
||||
};
|
||||
"inline-diagnostics" = {
|
||||
cursor-line = "hint";
|
||||
other-lines = "hint";
|
||||
};
|
||||
};
|
||||
inline-diagnostics = {
|
||||
cursor-line = "hint";
|
||||
other-lines = "hint";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue