Former-commit-id: a9939a0f54
This commit is contained in:
Hadi
2024-06-27 00:10:09 +02:00
parent 7ce04c1ae9
commit 91f8e392ef
13 changed files with 341 additions and 12 deletions
+10
View File
@@ -0,0 +1,10 @@
{
programs.nixvim.plugins.ltex-extra = {
enable = true;
settings = {
initCheck = true;
loadLangs = [ "en-US" "fr-FR" ];
logLevel = "non";
};
};
}