Skip to content

Instantly share code, notes, and snippets.

@tsuyoshicho
Created April 7, 2020 07:26
Show Gist options
  • Save tsuyoshicho/0d822a0b611ef35b3504d10e8ff816fd to your computer and use it in GitHub Desktop.
Save tsuyoshicho/0d822a0b611ef35b3504d10e8ff816fd to your computer and use it in GitHub Desktop.
set runtimepath^=~/.cache/dein/repos/github.com/Shougo/dein.vim
if dein#load_state('~/.cache/dein')
call dein#begin('~/.cache/dein', [$MYVIMRC, '~/.vim/rc/test.toml'])
call dein#load_toml('~/.vim/rc/test.toml', {'lazy': 0})
call dein#end()
call dein#save_state()
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment