fix(nvim): update python path & add editorconfig plugin
This commit is contained in:
parent
466af8ee65
commit
0a3da1598a
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'chrisbra/sudoedit.vim'
|
Plug 'chrisbra/sudoedit.vim'
|
||||||
Plug 'vim-syntastic/syntastic'
|
Plug 'vim-syntastic/syntastic'
|
||||||
Plug 'mtscout6/syntastic-local-eslint.vim'
|
Plug 'mtscout6/syntastic-local-eslint.vim'
|
||||||
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
@ -73,4 +74,4 @@ let g:syntastic_rust_checkers = ['rustc']
|
||||||
|
|
||||||
" python host paths
|
" python host paths
|
||||||
let g:python_host_prog = '/usr/bin/python2'
|
let g:python_host_prog = '/usr/bin/python2'
|
||||||
let g:python3_host_prog = '/usr/bin/python3'
|
let g:python3_host_prog = '/usr/bin/python'
|
||||||
|
|
Loading…
Reference in a new issue