diff options
author | Chris <[email protected]> | 2020-05-01 14:14:46 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-01 14:14:46 -0400 |
commit | e58f13452d5660ef7640d8293f7dc19ceace13cf (patch) | |
tree | dd4450c4be761183b5c63a2684340a969be676e1 | |
parent | a5f1793088f2815a5d2b201f2c52008b595cc4b8 (diff) |
put paths in gitignore
-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") |