Удалил нахуй languagetool

This commit is contained in:
urec56 2025-06-21 22:34:16 +03:00
parent 1767d28ea5
commit ff2de3a1fe
2 changed files with 5 additions and 5 deletions

View file

@ -75,10 +75,10 @@
# additional environment variables # additional environment variables
# environmentVariables = { HSA_OVERRIDE_GFX_VERSION="10.3.0"; }; # environmentVariables = { HSA_OVERRIDE_GFX_VERSION="10.3.0"; };
}; };
languagetool = { # Языковой сервер для lsp ltex-ls # languagetool = { # Языковой сервер для lsp ltex-ls. Жаба кусок кала, жрёт 1.6гб оперативы без нихуя
enable = true; # enable = true;
port = 8081; # port = 8081;
}; # };
}; };
programs = { programs = {

View file

@ -312,7 +312,7 @@ return {
enablePickyRules = true, enablePickyRules = true,
motherTongue = 'ru-RU', motherTongue = 'ru-RU',
}, },
languageToolHttpServerUri = 'http://localhost:8081/', -- languageToolHttpServerUri = 'http://localhost:8081/',
}, },
}, },
} }