Pyenv default packages
This commit is contained in:
parent
6525b99eee
commit
f4b7c04644
3 changed files with 21 additions and 5 deletions
5
defaults/default-packages
Normal file
5
defaults/default-packages
Normal file
|
@ -0,0 +1,5 @@
|
|||
ipython
|
||||
python-language-server
|
||||
requests
|
||||
neovim
|
||||
youtube-dl
|
|
@ -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:
|
||||
|
|
10
vim/vimrc
10
vim/vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue