asdf-vim [](https://github.com/tsuyoshicho/asdf-vim/actions/workflows/build.yml?query=workflow%3Acommit) [](https://github.com/tsuyoshicho/asdf-vim/actions/workflows/build.yml?query=event%3Aschedule) [](https://github.com/tsuyoshicho/asdf-vim/actions/workflows/lint.yml) [](https://deepwiki.com/tsuyoshicho/asdf-vim)

August 2, 2025 · View on GitHub

asdf-vim GitHub Actions Status:Commit GitHub Actions Status:Schedule Lint DeepWiki

vim plugin for the asdf version manager.

Forked from srivathsanmurali/asdf-cmake.

Contents

Dependencies

  • bash, curl, tar, and POSIX utilities.
  • build-tools and compilers required to build vim, and libraries that vim needs to link.

Install

Plugin:

asdf plugin add vim
# or
asdf plugin add vim https://github.com/tsuyoshicho/asdf-vim.git

vim:

Installation Variable

  • ASDF_VIM_TYPE: vim install type [tiny - huge]. default huge.
  • 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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

MIT License: See LICENSE file © Tsuyoshi CHO