Vim plugin for asdf version manager.
Forked from srivathsanmurali/asdf-cmake.
The plugin can be install using the following command.
asdf plugin-add vim
# or asdf plugin-add vim https://github.com/tsuyoshicho/asdf-vim.git
asdf install vim <version>
ASDF_VIM_TYPE
: vim install type [tiny
-huge
]. defaulthuge
.ASDF_VIM_CONFIG
: vim install configure arguments. default, see install script.
You can specify the version to install with a line like so in your .tool-versions file: vim
You can then set the local/global version to your new version with asdf local vim <version>
or asdf global vim <version>
.
Check asdf readme for instructions on how to install & manage versions of Vim.