summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--modules/nodepath.vim3
-rw-r--r--modules/pythonpath.vim1
3 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 6df08e47..469c9e6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
dein
tags*
.netrwhist
+pythonpath.vim
+nodepath.vim
diff --git a/modules/nodepath.vim b/modules/nodepath.vim
deleted file mode 100644
index 792df67d..00000000
--- a/modules/nodepath.vim
+++ /dev/null
@@ -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")
diff --git a/modules/pythonpath.vim b/modules/pythonpath.vim
deleted file mode 100644
index 6fdc0ba0..00000000
--- a/modules/pythonpath.vim
+++ /dev/null
@@ -1 +0,0 @@
-let g:python3_host_prog = expand("~/.miniconda/envs/neovim/bin/python3.8")