Pyenv default packages

This commit is contained in:
Anthony Cicchetti 2020-06-15 21:27:59 -04:00
parent 6525b99eee
commit f4b7c04644
3 changed files with 21 additions and 5 deletions

View file

@ -0,0 +1,5 @@
ipython
python-language-server
requests
neovim
youtube-dl

View file

@ -59,6 +59,17 @@
args:
creates: ~/.anyenv/envs/pyenv/plugins/pyenv-virtualenv
- name: pyenv default packages plugin
shell: git clone https://github.com/jawshooah/pyenv-default-packages.git ~/.anyenv/envs/pyenv/plugins/pyenv-default-packages
args:
creates: ~/.anyenv/envs/pyenv/plugins/pyenv-default-packages
- name: symlink pyenv-defaults
file:
src: ~/.dotfiles/defaults/default-packages
dest: ~/.anyenv/envs/pyenv/default-packages
state: link
- name: nodenv nvmrc plugin
shell: git clone https://github.com/ouchxp/nodenv-nvmrc.git ~/.anyenv/envs/nodenv/plugins/nodenv-nvmrc
args:

View file

@ -40,11 +40,11 @@ if has("persistent_undo")
endif
call plug#begin('~/.config/nvim/plugged')
if has('python3') && has('timers')
Plug 'AlphaMycelium/pathfinder.vim'
else
echoerr 'pathfinder.vim is not supported on this Vim installation'
endif
" if has('python3') && has('timers')
" Plug 'AlphaMycelium/pathfinder.vim'
" else
" echoerr 'pathfinder.vim is not supported on this Vim installation'
" endif
Plug 'junegunn/vim-plug'
"LSP Stuff