- 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
:
[build]
strategy = "copy"
- You can disable creating skeleton plugconf
$VOLTPATH/plugconf/<repos>.vim
on volt 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