+ YEP
- Fix Android SDK path (deprecated variable name) - Added ale configuration
This commit is contained in:
parent
0ff7557d64
commit
e7abdae8ae
2 changed files with 10 additions and 1 deletions
|
@ -306,3 +306,12 @@ let g:python_highlight_all = 1
|
|||
" }
|
||||
" })
|
||||
" EOF
|
||||
|
||||
" --- ale
|
||||
let g:ale_fixers = {
|
||||
\ "python": ["black"],
|
||||
\}
|
||||
|
||||
let g:ale_linters = {
|
||||
\ "python": ["pflake8", "black"],
|
||||
\}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue