diff --git a/README.md b/README.md index 0eeb9e6..b6137d4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/init.vim b/init.vim index 14939e8..e1ffc50 100644 --- a/init.vim +++ b/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'