🎨 🐍 add python venv to nvim
This commit is contained in:
parent
871618079f
commit
2362a85de6
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ let g:syntastic_check_on_wq = 0
|
||||||
let g:syntastic_python_checkers = ['python', 'flake8']
|
let g:syntastic_python_checkers = ['python', 'flake8']
|
||||||
let g:syntastic_python_python_exec = 'python3'
|
let g:syntastic_python_python_exec = 'python3'
|
||||||
|
|
||||||
|
" python stuff
|
||||||
|
let g:python3_host_prog = "$HOME/.venvs/nvim/bin/python"
|
||||||
|
|
||||||
" VimWiki setup
|
" VimWiki setup
|
||||||
let g:vimwiki_sync_branch = "main"
|
let g:vimwiki_sync_branch = "main"
|
||||||
let g:vimwiki_sync_commit_message = '$USER @ $HOST'
|
let g:vimwiki_sync_commit_message = '$USER @ $HOST'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue