+ 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
|
" EOF
|
||||||
|
|
||||||
|
" --- ale
|
||||||
|
let g:ale_fixers = {
|
||||||
|
\ "python": ["black"],
|
||||||
|
\}
|
||||||
|
|
||||||
|
let g:ale_linters = {
|
||||||
|
\ "python": ["pflake8", "black"],
|
||||||
|
\}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
export ANDROID_HOME="/opt/android-sdk"
|
export ANDROID_SDK_ROOT="/opt/android-sdk"
|
||||||
|
|
||||||
# -- Path
|
# -- Path
|
||||||
# PATH="$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')${PATH:+:${PATH}}"
|
# PATH="$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')${PATH:+:${PATH}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue