Former-commit-id: a9939a0f54
This commit is contained in:
Hadi
2024-06-27 00:10:09 +02:00
parent ba007b4710
commit b9ebf59fea
13 changed files with 341 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
{
programs.nixvim.plugins.ltex-extra = {
enable = true;
settings = {
initCheck = true;
loadLangs = [ "en-US" "fr-FR" ];
logLevel = "non";
};
};
}