Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you don't want an older version from your distro, it's easy to use the appImage.

    cd ~
    wget --quiet https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage --output-document nvim
    chmod +x nvim
    sudo chown root:root nvim
    sudo mv nvim /usr/bin
    mkdir -p .config/nvim

To uninstall, one would delete the binary, and .config/nvim + any other folders specified in your plugin manager.


Then I'll need some other service or system that integrates it with the desktop and .desktop files. I haven't looked into that, but I see it exists.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: