diff options
author | Christian Chiarulli <[email protected]> | 2019-02-16 11:44:35 -0500 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2019-02-16 11:44:35 -0500 |
commit | fa1be111d1224f9dad7c4c94ff3ab30f64894023 (patch) | |
tree | 8f31624cbe76c8cc3789cfd48485b0d4bb6837c6 /modules/pythonpath.vim | |
parent | 74c68a986fb9dcc6d43290de65d3361d8e63a8a1 (diff) |
added new features goyo, sneak
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 b0607962..676078bc 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.7") |