mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
91f8e392ef
Former-commit-id: a9939a0f54
11 lines
180 B
Nix
11 lines
180 B
Nix
{
|
|
programs.nixvim.plugins.ltex-extra = {
|
|
enable = true;
|
|
settings = {
|
|
initCheck = true;
|
|
loadLangs = [ "en-US" "fr-FR" ];
|
|
logLevel = "non";
|
|
};
|
|
};
|
|
}
|