enable ale
why not
This commit is contained in:
parent
ff85c93551
commit
abdee651e0
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ let g:jedi#environment_path = "venv"
|
|||
"let g:ale_linters = { 'javascript': ['eslint', 'tsserver'], 'python': ['jedils', 'pylint', 'flake8'], 'cpp': ['cc', 'clangcheck', 'clangd', 'clangtidy', 'clazy', 'cppcheck', 'cpplint', 'cquery', 'cspell', 'flawfinder'], 'php': ['php_cs_fixer'] }
|
||||
"let g:ale_fixers = { '*': ['remove_trailing_lines', 'trim_whitespace'], 'python': ['autopep8'], 'cpp': ['uncrustify'], 'javascript': js_fixers, 'css': ['prettier'], 'json': ['prettier'], 'php': ['php_cs_fixer'] }
|
||||
|
||||
let g:ale_pattern_options = {'\.py$': {'ale_enabled': 0}}
|
||||
"let g:ale_pattern_options = {'\.py$': {'ale_enabled': 0}}
|
||||
|
|
Loading…
Add table
Reference in a new issue