https://github.com/tsuyoshicho/asdf-vim
A simple asdf plugin for vim
https://github.com/tsuyoshicho/asdf-vim
asdf-plugin vim
Last synced: 8 months ago
JSON representation
A simple asdf plugin for vim
- Host: GitHub
- URL: https://github.com/tsuyoshicho/asdf-vim
- Owner: tsuyoshicho
- License: other
- Created: 2020-09-10T13:13:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-20T06:24:14.000Z (9 months ago)
- Last Synced: 2025-09-20T08:30:26.898Z (9 months ago)
- Topics: asdf-plugin, vim
- Language: Shell
- Homepage:
- Size: 142 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
[vim](https://www.vim.org/) plugin for the [asdf version manager](https://asdf-vm.com).
Forked from [srivathsanmurali/asdf-cmake](https://github.com/srivathsanmurali/asdf-cmake).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Plugin](#plugin)
- [vim](#vim)
- [Installation Variable](#installation-variable)
- [Contributing](#contributing)
- [License](#license)
## Dependencies
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- build-tools and compilers required to build vim, and libraries that vim needs to link.
## Install
### Plugin:
```shell
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](bin/install) script.
```shell
# 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](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
## Contributing
Contributions of any kind welcome! See the [contributing guide](CONTRIBUTING.md).
[Thanks goes to these contributors](https://github.com/tsuyoshicho/asdf-vim/graphs/contributors)!
## License
MIT License: See [LICENSE file](LICENSE.md) © [Tsuyoshi CHO](https://github.com/tsuyoshicho/)