File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 26
26
Plug ' tomtom/tlib_vim'
27
27
Plug ' MarcWeber/vim-addon-mw-utils'
28
28
Plug ' mbbill/undotree'
29
- Plug ' w0rp /ale'
29
+ Plug ' dense-analysis /ale'
30
30
31
31
" Snippets
32
32
" if has('python') || has('python3')
@@ -678,13 +678,14 @@ let g:ale_fixers = {
678
678
\ ' php' : [ ' php_cs_fixer' ],
679
679
\}
680
680
let g: ale_linters = {
681
- \ ' javascript' : [' eslint' , ' flow ' ],
681
+ \ ' javascript' : [' eslint' ],
682
682
\}
683
683
684
684
let g: ale_php_phpcbf_standard = ' PSR2'
685
685
let g: ale_php_phpcs_standard = ' PSR2'
686
686
let g: ale_php_phpmd_ruleset = ' codesize,controversial,design,unusedcode'
687
-
687
+ " let g:ale_php_phpstan_configuration = 'phpstan.neon'
688
+ " let g:ale_php_phpstan_level = ''
688
689
689
690
" Autowrite file with php-cs-fixer as it's not managed by ale
690
691
" autocmd FileType php autocmd BufWritePost * call PhpCsFixerFixFile()
You can’t perform that action at this time.
0 commit comments