auto push

This commit is contained in:
Chris 2020-04-13 13:14:24 -04:00
parent 87a2859dfd
commit 4ff84c670f
3 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View file

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

View file

@ -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")

View file

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