Compare commits

...

2 commits

2 changed files with 11 additions and 9 deletions

View file

@ -40,8 +40,8 @@ in {
Service = {
Restart = "on-failure";
RestartSec = "1s";
Environment = "JAVA_TOOL_OPTIONS=-Xmx256m";
ExecStart = "${cfg.package}/bin/languagetool-http-server --port ${toString cfg.port} --allow-origin '${cfg.allow-origin}'";
Environment = "JAVA_TOOL_OPTIONS=-Xmx512m";
ExecStart = "${cfg.package}/bin/languagetool-http-server --port ${toString cfg.port} --allow-origin '${cfg.allow-origin}' --config /dev/null";
};
Install = {

View file

@ -2,13 +2,15 @@ augroup reuterFolder
autocmd!
autocmd BufEnter **/microservices/cms/**/*.js :setlocal tabstop=2 shiftwidth=2
autocmd BufEnter **/reuter/**/Unit/** execute "call ReuterSetupPhpUnitUnit()"
autocmd BufEnter **/reuter/**/*.yaml :setlocal tabstop=4 shiftwidth=4
autocmd BufEnter **/reuter/**/*.yml :setlocal tabstop=4 shiftwidth=4
" autocmd BufEnter **/reuter/**/Unit/** execute "call ReuterSetupPhpUnitUnit()"
autocmd BufEnter **/reuter/**/.git/COMMIT_EDITMSG let b:ale_gitcommit_gitlint_options = '-c general.contrib=contrib-title-conventional-commits'
augroup END
function! ReuterSetupPhpUnitFunctional()
" let g:test#php#phpunit#options = {
" \ 'file': '--stop-on-error --stop-on-failure',
" \}
endfunction
" function! ReuterSetupPhpUnitFunctional()
" let g:test#php#phpunit#options = {
" \ 'file': '--stop-on-error --stop-on-failure',
" \}
" endfunction