增加了安装文件

This commit is contained in:
newbieQQ 2023-05-12 11:00:26 +08:00
parent a228c5a028
commit 8780151610
2 changed files with 7 additions and 0 deletions

1
lua/install/arch Normal file
View File

@ -0,0 +1 @@
sudo pacman -S neovim nodejs fuzzy python-pynvim --needed --noconfirm

6
lua/install/ubuntu Normal file
View File

@ -0,0 +1,6 @@
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install neovim
sudo apt-get install python-dev python-pip python3-dev python3-pip
sudo apt install python3-neovim