oops, vim func was broken
This commit is contained in:
parent
83b95408ba
commit
b078daa648
3 changed files with 2 additions and 3 deletions
2
vimrc
2
vimrc
|
@ -67,7 +67,7 @@ if v:version >= 800
|
|||
|
||||
" enable packs based on filetype
|
||||
let g:ale_python_flake8_executable = 'python2'
|
||||
autocmd FileType python packadd ale
|
||||
autocmd FileType python packadd ale | packadd jedi-vim
|
||||
autocmd FileType sh packadd ale
|
||||
|
||||
if $TERM != 'linux'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue