diff options
author | Chris <[email protected]> | 2020-04-13 14:46:30 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-13 14:46:30 -0400 |
commit | 65db5b0dfecce4a05797802f80767bbf76774f06 (patch) | |
tree | 26dc62ad7d2c2278e5e1841f275b6ec0732df1a6 /README.md | |
parent | 4ff84c670f4c2cc21b31e0e584f38bf20f190db3 (diff) |
auto push
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,7 +38,7 @@ I assume you can figure it out based on the requirements smart guy #### pythonpath -Open `modules/pythonpath.vim` and point it to a version of python that has neovim installed +Create `modules/pythonpath.vim` and point it to a version of python that has neovim installed example: @@ -48,7 +48,7 @@ let g:python3_host_prog = expand("~/.miniconda/envs/neovim/bin/python3.8") #### nodepath for Coc -Open `modules/nodepath.vim` and point it to a version of python that has neovim installed +Create `modules/nodepath.vim` and point it to a version of python that has neovim installed example: |