Add fes project specifics for vim

This commit is contained in:
Daniel Siepmann 2022-10-17 09:51:16 +02:00
parent 90b3b46d88
commit f1c34445d5
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -0,0 +1,4 @@
augroup fesFolder
autocmd!
autocmd BufEnter **/fes-de/** let g:ale_php_phpstan_executable = 'bin/phpstan'
augroup END