Remove vale, add aspell
This commit is contained in:
parent
4fbda1cc89
commit
eb82a0716b
1 changed files with 3 additions and 14 deletions
|
@ -59,20 +59,9 @@ in
|
|||
})
|
||||
orgProtocolDesktop
|
||||
nodePackages.bash-language-server
|
||||
vale
|
||||
vale.data
|
||||
];
|
||||
aspell
|
||||
] ++
|
||||
(with aspellDicts; [ en en-computers en-science fy nl ]);
|
||||
|
||||
home.file.".vale.ini".text = valeToINI {
|
||||
globalSection = {
|
||||
StylesPath = "${pkgs.vale.data}/share/vale/styles";
|
||||
MinAlertLevel = "suggestion";
|
||||
};
|
||||
sections = {
|
||||
"*" = {
|
||||
BasedOnStyles = [ "vale" "proselint" "write-good" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue