# 安装编译依赖
sudo apt-get install libtool libtool-bin autoconf automake cmake g++ pkg-config unzip -y
# 获取源代码
git clone https://github.com/neovim/neovim
cd neovim
make
sudo make install
# 让neovim支持python和python3
sudo apt-get install python3 python3-pip python-pip -y
pip install neovim
pip3 install neovim

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2017-12-03
猜你喜欢
  • 2021-07-10
  • 2022-02-09
  • 2021-11-29
  • 2021-11-23
  • 2021-12-20
  • 2021-12-27
  • 2021-09-22
相关资源
相似解决方案