nixpkgs/home/programs/neovim/configuration/ftdetect/folder_fes.vim

5 lines
126 B
VimL
Raw Normal View History

2022-10-17 09:51:16 +02:00
augroup fesFolder
autocmd!
autocmd BufEnter **/fes-de/** let g:ale_php_phpstan_executable = 'bin/phpstan'
augroup END