Added installation script

This commit is contained in:
Јован Ђокић-Шумарац 2023-07-23 17:06:20 +02:00
parent c3eebd74fb
commit 46b83f956c

10
vimstall.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
# INSTALL PLUG
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'
# INSTALL CONFIG
nvim +PlugInstall +"TSInstall c haskell bash go pythoni" +"MasonInstall bash-language-server clangd gopls texlab"