Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.08 KB

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.