Go to file
2023-09-30 20:30:35 +08:00
lua add install script 2023-09-30 20:30:35 +08:00
.gitignore 增加了工作区,但是没啥软子用 2023-05-10 11:01:31 +08:00
init.lua add install script 2023-09-30 20:30:35 +08:00
install.sh add install script 2023-09-30 20:30:35 +08:00
README.md change 2023-09-30 20:08:03 +08:00

从零开始打造属于自己的nvim

如何在不同的系统安装

arch系

sudo pacman -S neovim nodejs npm

ubuntu系

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get update
sudo apt-get install -y nodejs
sudo apt-get install neovim

文件结构