bash
,curl
,tar
, and POSIX utilities.- build-tools and compilers required to build vim, and libraries that vim needs to link.
asdf plugin add vim
# or
asdf plugin add vim https://github.com/tsuyoshicho/asdf-vim.git
ASDF_VIM_TYPE
: vim install type [tiny
-huge
]. defaulthuge
.ASDF_VIM_CONFIG
: vim install configure arguments. default, see install script.
# Show all installable versions
asdf list-all vim
# Install specific version
asdf install vim latest
# Set a version globally (on your ~/.tool-versions file)
asdf global vim latest
# Now vim commands are available
vim --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
MIT License: See LICENSE file © Tsuyoshi CHO