Asdf Neovim Save

Neovim plugin for asdf version manager https://github.com/asdf-vm/asdf and mise https://mise.jdx.dev/

Project README

asdf-neovim

Build Status

Neovim plugin for asdf-vm & mise (fka rtx)

Install

asdf plugin add neovim

Use


# Install a pre-compiled release

asdf install neovim 0.4.4 # tag of specific version
asdf install neovim nightly # nightly tag
asdf install neovim stable # stable tag

# Compile from source

asdf install neovim ref:master # install from a branch
asdf install neovim ref:f0eb3ca9163ad10753fbb75558b900a539f76e0d # or a commit

To "update" your stable, nightly, or a ref installation, you must first un-install and then re-install the desired version. You can create a few aliases to make this easier.

alias update-nvim-stable='asdf uninstall neovim stable && asdf install neovim stable'
alias update-nvim-nightly='asdf uninstall neovim nightly && asdf install neovim nightly'
alias update-nvim-master='asdf uninstall neovim ref:master && asdf install neovim ref:master'

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

License

See LICENSE

Open Source Agenda is not affiliated with "Asdf Neovim" Project. README Source: richin13/asdf-neovim
Stars
83
Open Issues
0
Last Commit
2 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating