diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | general/paths.vim | 2 | 
2 files changed, 2 insertions, 1 deletions
| @@ -5,4 +5,5 @@ pythonpath.vim  nodepath.vim  autoload/plugged/*  session +general/paths.vim diff --git a/general/paths.vim b/general/paths.vim index 8b137891..6fdc0ba0 100644 --- a/general/paths.vim +++ b/general/paths.vim @@ -1 +1 @@ - +let g:python3_host_prog = expand("~/.miniconda/envs/neovim/bin/python3.8") | 
