You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
217 B
6 lines
217 B
" Configure python provider
|
|
let $PYTHONPATH = $HOME . '/.nix-profile/lib/python3.8/site-packages:' . $PYTHONPATH
|
|
let g:python3_host_prog = '~/.nix-profile/bin/python'
|
|
let g:loaded_python_provider = 0
|
|
|
|
source ~/.vimrc
|