pyenv: replace hard path by environment variable
* Replaces the python virtualenv hard path by the $HOME environment variable in order to adapt to the user setting. * Corrects a github URL to avoid the gitmemory one. Co-Authored-by: iGor milhit <igor@milhit.ch>main
parent
0645bda9f4
commit
a27cc282bd
|
@ -113,5 +113,5 @@ pyenv deactivate
|
|||
[4]: /requirements
|
||||
[5]: https://www.nordtheme.com/ports/vim
|
||||
[7]: https://github.com/junegunn/vim-plug#installation
|
||||
[8]: https://www.gitmemory.com/ryanoasis/nerd-fonts
|
||||
[8]: https://www.github.com/ryanoasis/nerd-fonts
|
||||
[9]: https://github.com/pyenv/pyenv-installer
|
||||
|
|
2
init.vim
2
init.vim
|
@ -243,7 +243,7 @@ let g:coc_filetype_map = { 'pandoc': 'markdown' } " Al
|
|||
" #########################################
|
||||
" #########################################
|
||||
" Python provider in a pyenv
|
||||
let g:python3_host_prog='/home/igor/.pyenv/versions/neovim3/bin/python'
|
||||
let g:python3_host_prog='$HOME/.pyenv/versions/neovim3/bin/python'
|
||||
|
||||
" Imports sorting
|
||||
let g:isort_command='isort'
|
||||
|
|
Loading…
Reference in New Issue