Created
July 19, 2019 02:53
-
-
Save pdbradley/020b0db200fee89003abcf9a13c7cc92 to your computer and use it in GitHub Desktop.
throwaway
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set runtimepath^=~/.vim runtimepath+=~/.vim/after | |
let &packpath = &runtimepath | |
source ~/.vimrc | |
let g:python2_host_prog = '/usr/local/bin/python' | |
let g:python3_host_prog = '/usr/local/bin/python3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment