[feature] replace vim with neovim
This commit is contained in:
parent
13dd70352f
commit
77c5727537
|
@ -5,7 +5,7 @@ set DIR (dirname (dirname (readlink -f (status --current-filename))))
|
|||
# cli basic tooling
|
||||
pacman -S \
|
||||
base-devel \
|
||||
vim \
|
||||
neovim \
|
||||
tmux bc \
|
||||
unzip p7zip \
|
||||
openssh \
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
sudo add-apt-repository ppa:jonathonf/vim -y
|
||||
sudo apt update
|
||||
sudo apt install -y vim
|
||||
#sudo add-apt-repository ppa:jonathonf/vim -y
|
||||
#sudo apt update
|
||||
#sudo apt install -y vim
|
||||
|
||||
sudo add-apt-repository ppa:neovim-ppa/stable -y
|
||||
sudo apt-get update
|
||||
sudo apt install -y neovim
|
||||
|
|
Loading…
Reference in New Issue
Block a user