22 lines
No EOL
722 B
TOML
22 lines
No EOL
722 B
TOML
[".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" |