| Crates.io | nvim-update |
| lib.rs | nvim-update |
| version | 0.1.0 |
| created_at | 2024-04-07 09:43:45.391445+00 |
| updated_at | 2024-04-07 09:43:45.391445+00 |
| description | Script to build neovim environment from appimage |
| homepage | |
| repository | https://github.com/Daiki48/nvim-update.git |
| max_upload_size | |
| id | 1198983 |
| size | 4,939 |
This is not an operating environment for environments other than WSL2.
When Neovim is installed in WSL2, the latest version is not available.
For example, install neovim with apt.
$ sudo apt install neovim
This command will not install the latest verseion...
$ cargo install nvim-update
 Use appimage to build a neovim environment in WSL2.
$ nvim-update
MIT
Daiki Nakashima