1
0
Fork 0

oops, vim func was broken

This commit is contained in:
Von Random 2018-07-04 19:25:37 +03:00
parent 83b95408ba
commit b078daa648
3 changed files with 2 additions and 3 deletions

2
vimrc
View file

@ -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'