1
0
Fork 0
dotfiles-server/.chezmoiexternal.toml

22 lines
722 B
TOML
Raw Normal View History

[".vim/autoload/plug.vim"]
type = "file"
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
refreshPeriod = "168h"
[".vim/plugged/base16-vim"]
type = "archive"
url = "https://github.com/chriskempson/base16-vim/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".vim/plugged/dracula"]
type = "archive"
url = "https://github.com/dracula/vim/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".vim/plugged/vim-easy-align"]
type = "archive"
url = "https://github.com/junegunn/vim-easy-align/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"