Skip to content

Instantly share code, notes, and snippets.

@ohcibi
Created January 16, 2020 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohcibi/daec1907818348fa800e9fb5f710a46f to your computer and use it in GitHub Desktop.
Save ohcibi/daec1907818348fa800e9fb5f710a46f to your computer and use it in GitHub Desktop.
set runtimepath^=~/.vim/dein/repos/github.com/Shougo/dein.vim
if dein#load_state('~/.vim/dein/')
call dein#begin('~/.vim/dein')
call dein#add('~/.vim/dein/repos/github.com/Shougo/dein.vim')
source $HOME/.vim/bundlerc.vim
call dein#end()
call dein#save_state()
endif
filetype plugin indent on
if dein#check_install()
call dein#install()
endif
let g:python_host_prog=expand('~/.venv/neovim/bin/python')
let g:python3_host_prog=expand('~/.venv/neovim3/bin/python')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment