stephenmoloney / asdf-vim

A simple asdf plugin for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Vim plugin for asdf version manager.

Forked from srivathsanmurali/asdf-cmake.

Usage

Install

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>

Installation Variable

  • ASDF_VIM_TYPE: vim install type [tiny - huge]. default huge.
  • ASDF_VIM_CONFIG: vim install configure arguments. default, see install script.

.tool-versions file

You can specify the version to install with a line like so in your .tool-versions file: vim

Using the CLI

You can then set the local/global version to your new version with asdf local vim <version> or asdf global vim <version>.

Use

Check asdf readme for instructions on how to install & manage versions of Vim.

About

A simple asdf plugin for vim

License:MIT License


Languages

Language:Shell 100.0%