2023-07-23 17:06:20 +02:00
|
|
|
#!/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
|
2023-07-25 16:06:25 +02:00
|
|
|
nvim +PlugInstall +"TSInstall c haskell bash go python" #+"MasonInstall bash-language-server clangd gopls texlab"
|