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

  1. " Configure python provider
  2. let $PYTHONPATH = $HOME . '/.nix-profile/lib/python3.8/site-packages:' . $PYTHONPATH
  3. let g:python3_host_prog = '~/.nix-profile/bin/python'
  4. let g:loaded_python_provider = 0
  5. source ~/.vimrc