Ubuntu installation guide
nshen opened this issue · comments
- install git
sudo apt install git
- install Node 19
curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
- 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
- install rg
sudo apt-get install ripgrep
- finally install insisvim
npx zx https://insisvim.github.io/install.mjs
有个笔误,install nvim 8.x中的第三条应该是sudo apt install ./nvim-linux64.deb吧。
有个笔误,
install nvim 8.x中的第三条应该是sudo apt install ./nvim-linux64.deb吧。
是的是的,谢谢