v0.2.3
- Add color to logger levels output (#153, #159)
volt profile set
: Support-n
flag to create a new profile unless a specified profile exists (#154)volt build
: Make symlinks to~/.vim/pack/volt/opt/<repos>
(bare repository is copied as before) (#157)- You can change its behavior to the previous behavior by writing config file
$VOLTPATH/config.toml
:
- You can change its behavior to the previous behavior by writing config file
[build]
strategy = "copy"
- You can disable creating skeleton plugconf
$VOLTPATH/plugconf/<repos>.vim
onvolt get
(#158)
[get]
create_skeleton_plugconf = false
and more: https://github.com/vim-volt/volt/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3Arelease%2Fv0.2.3