/asdf-nano

asdf plugin for installing nano

Primary LanguageShellMIT LicenseMIT

asdf-nano GitHub Actions Status

GNU nano plugin for asdf version manager.

Forked from tsuyoshicho/asdf-vim.

Usage

Install

The plugin can be install using the following command.

asdf plugin add nano
# or asdf plugin add nano https://github.com/mfakane/asdf-nano.git
asdf install nano <version>

Installation Variable

  • ASDF_NANO_CONFIG: nano configuration arguments. See install for default configurations.

.tool-versions file

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

Using the CLI

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

Use

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