Remove no longer existing customer path

This commit is contained in:
Daniel Siepmann 2023-02-14 08:30:52 +01:00
parent a10f010a43
commit 937a6c333e
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,9 +1,5 @@
augroup reuterFolder
autocmd!
autocmd BufEnter **/emoto2/**/Unit/** execute "call ReuterSetupPhpUnitUnit()"
autocmd BufEnter **/emoto2/**/Functional/** execute "call ReuterSetupPhpUnitFunctional()"
autocmd BufEnter **/emoto2/**/.git/COMMIT_EDITMSG let b:ale_gitcommit_gitlint_options = '-c general.contrib=contrib-title-conventional-commits'
autocmd BufEnter **/microservices/cms/**/*.js :setlocal tabstop=2 shiftwidth=2
autocmd BufEnter **/reuter/**/Unit/** execute "call ReuterSetupPhpUnitUnit()"