GNU nano plugin for asdf version manager.
Forked from tsuyoshicho/asdf-vim.
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>
ASDF_NANO_CONFIG
: nano configuration arguments. See install for default configurations.
You can specify the version to install with a line like so in your .tool-versions file:
nano <version>
You can then set the local/global version to your new version with asdf local nano <version>
or asdf global nano <version>
.
Check asdf readme for instructions on how to install & manage versions of GNU nano.