Skip to content

v0.2.3

Compare
Choose a tag to compare
@tyru tyru released this 01 Jan 18:38
· 193 commits to master since this release
f6f0656
  • 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