diff --git a/vimstall.sh b/vimstall.sh new file mode 100755 index 0000000..4c76cd5 --- /dev/null +++ b/vimstall.sh @@ -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"