fix(nvim): update python path & add editorconfig plugin

This commit is contained in:
George Rawlinson 2018-05-28 08:14:43 +12:00
parent 466af8ee65
commit 0a3da1598a
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ Plug 'airblade/vim-gitgutter'
Plug 'chrisbra/sudoedit.vim'
Plug 'vim-syntastic/syntastic'
Plug 'mtscout6/syntastic-local-eslint.vim'
Plug 'editorconfig/editorconfig-vim'
call plug#end()
@ -73,4 +74,4 @@ let g:syntastic_rust_checkers = ['rustc']
" python host paths
let g:python_host_prog = '/usr/bin/python2'
let g:python3_host_prog = '/usr/bin/python3'
let g:python3_host_prog = '/usr/bin/python'