Add neovim plugin manager to install scripts

- Added to Debian, and WSL install scripts
master
Nathan Steel 5 years ago
parent d6cdf6385d
commit 859f93800a

@ -4,6 +4,10 @@
# Download and install debian_base? # Download and install debian_base?
# Better text editing IDE-esk
apt install neovim -y
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
# Additional filesystem utilities # Additional filesystem utilities
## For mounting samba/cif drives, and MTP (mobile phones) ## For mounting samba/cif drives, and MTP (mobile phones)
apt install cifs-utils jmtpfs -y apt install cifs-utils jmtpfs -y

@ -20,6 +20,7 @@ apt install tmux zsh -y
## Text Editors ## Text Editors
apt install vim neovim -y apt install vim neovim -y
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
## Git ## Git
apt install git tig -y apt install git tig -y

Loading…
Cancel
Save