Created
April 7, 2020 07:26
-
-
Save tsuyoshicho/0d822a0b611ef35b3504d10e8ff816fd to your computer and use it in GitHub Desktop.
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^=~/.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