Added installation script
This commit is contained in:
parent
c3eebd74fb
commit
46b83f956c
10
vimstall.sh
Executable file
10
vimstall.sh
Executable 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"
|
Loading…
Reference in a new issue