feat: remove haskell from helix configuration
This commit is contained in:
parent
4e0cfb1314
commit
ac09076b51
1 changed files with 9 additions and 17 deletions
20
home.nix
20
home.nix
|
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue