浏览代码

put paths in gitignore

Chris 5 年之前
父节点
当前提交
e58f13452d
共有 2 个文件被更改,包括 2 次插入1 次删除
  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")