浏览代码

auto push

Chris 5 年之前
父节点
当前提交
4ff84c670f
共有 3 个文件被更改,包括 2 次插入4 次删除
  1. 2 0
      .gitignore
  2. 0 3
      modules/nodepath.vim
  3. 0 1
      modules/pythonpath.vim

+ 2 - 0
.gitignore

@@ -1,3 +1,5 @@
 dein
 tags*
 .netrwhist
+pythonpath.vim
+nodepath.vim

+ 0 - 3
modules/nodepath.vim

@@ -1,3 +0,0 @@
-" You can comment this and recomment it after installing coc executable('~/.nvm/versions/node/v12.16.1/bin/node')
-let g:node_host_prog = expand("~/.fnm/aliases/stable/bin/node")
-let g:coc_node_path = expand("~/.fnm/aliases/stable/bin/node")

+ 0 - 1
modules/pythonpath.vim

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