Browse Source

lazygit 2022-11-01 10:35

dev
Gregory Leeman 2 years ago
parent
commit
7ee72179e1
  1. 1
      .gitignore
  2. 5
      default_env.vim
  3. 5
      env.vim

1
.gitignore

@ -1,5 +1,4 @@
plugged plugged
env.vim
plugins/* plugins/*
plugin/* plugin/*
.netrwhist .netrwhist

5
default_env.vim

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

5
env.vim

@ -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…
Cancel
Save