Add support for Python
This commit is contained in:
@@ -15,9 +15,11 @@ Plug 'w0rp/ale'
|
||||
|
||||
" Language Support Plugins
|
||||
Plug 'HerringtonDarkholme/yats.vim' " typescript
|
||||
Plug 'davidhalter/jedi-vim' " python autocomplete
|
||||
Plug 'digitaltoad/vim-pug' " pug
|
||||
Plug 'elzr/vim-json' " json
|
||||
Plug 'gisraptor/vim-lilypond-integrator' " lilypond
|
||||
Plug 'google/yapf' " python
|
||||
Plug 'isRuslan/vim-es6' " javascript
|
||||
Plug 'kchmck/vim-coffee-script' " coffeescript
|
||||
Plug 'plasticboy/vim-markdown' " markdown
|
||||
|
||||
@@ -55,6 +55,10 @@ which -s tslint || npm install -g tslint
|
||||
which -s ts-node || npm install -g ts-node
|
||||
which -s tsserver || npm install -g typescript
|
||||
|
||||
echo "Installing standard Python packages..."
|
||||
which -s pylint || pip install pylint
|
||||
pip list --format=legacy | grep jedi >/dev/null || pip install jedi
|
||||
|
||||
echo "Installing vi plugins..."
|
||||
vim +PlugClean +PlugInstall +qall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user