3 changed files with 5 additions and 6 deletions
@ -1,5 +1,4 @@ |
|||
plugged |
|||
env.vim |
|||
plugins/* |
|||
plugin/* |
|||
.netrwhist |
|||
|
@ -1,5 +0,0 @@ |
|||
" DO NOT EDIT THIS FILE! |
|||
" Add/edit ~/.vim/after/plugin/env.vim instead |
|||
let g:PYTHON_ENV="/usr/bin/python3" |
|||
let g:python3_host_prog="/usr/bin/python3" |
|||
let g:gsed_command="sed" |
@ -0,0 +1,5 @@ |
|||
" DO NOT EDIT THIS FILE! |
|||
" Add/edit ~/.vim/after/plugin/env.vim instead |
|||
let g:PYTHON_ENV="~/.env/bin/python" |
|||
let g:python3_host_prog=g:PYTHON_ENV |
|||
let g:gsed_command="sed" |
Loading…
Reference in new issue