Browse Source

put paths in gitignore

Chris 5 years ago
parent
commit
e58f13452d
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      general/paths.vim

+ 1 - 0
.gitignore

@@ -5,4 +5,5 @@ pythonpath.vim
 nodepath.vim
 autoload/plugged/*
 session
+general/paths.vim
 

+ 1 - 1
general/paths.vim

@@ -1 +1 @@
-
+let g:python3_host_prog = expand("~/.miniconda/envs/neovim/bin/python3.8")