diff options
Diffstat (limited to 'modules/pythonpath.vim')
-rw-r--r-- | modules/pythonpath.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pythonpath.vim b/modules/pythonpath.vim new file mode 100644 index 00000000..b0607962 --- /dev/null +++ b/modules/pythonpath.vim @@ -0,0 +1 @@ +let g:python3_host_prog = expand('~/Miniconda/envs/neovim/bin/python3.7') |