diff options
author | Chris <[email protected]> | 2020-03-31 16:14:42 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-03-31 16:14:42 -0400 |
commit | 9b9dfb9cc52f394466ca8c94aa88960ef09c77af (patch) | |
tree | b1ce10f67a06c8d71d8279df1a040ddd07968f63 /modules/pythonpath.vim | |
parent | cc7de261235832ab16f89947e1901e85990490aa (diff) |
big update
Diffstat (limited to 'modules/pythonpath.vim')
-rw-r--r-- | modules/pythonpath.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pythonpath.vim b/modules/pythonpath.vim index 676078bc..6fdc0ba0 100644 --- a/modules/pythonpath.vim +++ b/modules/pythonpath.vim @@ -1 +1 @@ -let g:python3_host_prog = expand("~/.miniconda/envs/neovim/bin/python3.7") +let g:python3_host_prog = expand("~/.miniconda/envs/neovim/bin/python3.8") |