增加了安装文件
This commit is contained in:
parent
a228c5a028
commit
8780151610
1
lua/install/arch
Normal file
1
lua/install/arch
Normal file
@ -0,0 +1 @@
|
||||
sudo pacman -S neovim nodejs fuzzy python-pynvim --needed --noconfirm
|
6
lua/install/ubuntu
Normal file
6
lua/install/ubuntu
Normal 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
|
Loading…
Reference in New Issue
Block a user