nshen / InsisVim

🗃 An out-of-the-box Neovim IDE solution that setup development environment in an incredibly simple way.

Home Page:https://insisvim.github.io

Repository from Github https://github.comnshen/InsisVimRepository from Github https://github.comnshen/InsisVim

Ubuntu installation guide

nshen opened this issue · comments

  1. install git

sudo apt install git

  1. install Node 19
curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
  1. install nvim 8.x
curl -O -L https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.deb
sudo apt-get download mime-support
sudo apt install ./nvim-linux64.deb
  1. install rg

sudo apt-get install ripgrep

  1. finally install insisvim

npx zx https://insisvim.github.io/install.mjs

commented

有个笔误,install nvim 8.x中的第三条应该是sudo apt install ./nvim-linux64.deb吧。

有个笔误,install nvim 8.x中的第三条应该是sudo apt install ./nvim-linux64.deb吧。

是的是的,谢谢