Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
firenvim.vim: attempt to use nvim in $PATH if found
According to https://repology.org/project/neovim/versions , most supported distributions now ship a version of Neovim recent enough to run Firenvim, so hopefully even outdated versions from distributions should not cause us problems. This change is still slightly risky because according to repology still, Ubuntu 20.04 still ships neovim 0.4.3, which Firenvim might not work with. According to https://ubuntu.com/about/release-cycle , Ubuntu 20.04 will stop being supported in April 2025, so let's take a gamble and attempt to solve issues such as #1614.
- Loading branch information