Ubuntu 不管新版还是旧版,默认源里的 neovim 版本都比较老,导致部分插件没法使用,通过如下方法可以安装最新的:
$ sudo add-apt-repository ppa:neovim-ppa/stable
$ sudo apt-get update
$ sudo apt-get install neovim
https://medium.com/@leonardormlins/easiest-way-to-update-neovim-on-ubuntu-a283c66d5322#:~:text=We are going to use the apt package,sudo apt-get update %24 sudo apt-get install neovim