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:
|
args:
|
||||||
creates: ~/.anyenv/envs/pyenv/plugins/pyenv-virtualenv
|
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
|
- name: nodenv nvmrc plugin
|
||||||
shell: git clone https://github.com/ouchxp/nodenv-nvmrc.git ~/.anyenv/envs/nodenv/plugins/nodenv-nvmrc
|
shell: git clone https://github.com/ouchxp/nodenv-nvmrc.git ~/.anyenv/envs/nodenv/plugins/nodenv-nvmrc
|
||||||
args:
|
args:
|
||||||
|
|
10
vim/vimrc
10
vim/vimrc
|
@ -40,11 +40,11 @@ if has("persistent_undo")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call plug#begin('~/.config/nvim/plugged')
|
call plug#begin('~/.config/nvim/plugged')
|
||||||
if has('python3') && has('timers')
|
" if has('python3') && has('timers')
|
||||||
Plug 'AlphaMycelium/pathfinder.vim'
|
" Plug 'AlphaMycelium/pathfinder.vim'
|
||||||
else
|
" else
|
||||||
echoerr 'pathfinder.vim is not supported on this Vim installation'
|
" echoerr 'pathfinder.vim is not supported on this Vim installation'
|
||||||
endif
|
" endif
|
||||||
Plug 'junegunn/vim-plug'
|
Plug 'junegunn/vim-plug'
|
||||||
|
|
||||||
"LSP Stuff
|
"LSP Stuff
|
||||||
|
|
Loading…
Add table
Reference in a new issue