Files
vim-ale/vim-beyondcode/install.sh
2021-04-26 07:03:47 +00:00

25 lines
395 B
Bash

# mostly lightweight, or essential
webi \
vim-leader \
vim-shell \
vim-sensible \
vim-viminfo \
vim-lastplace \
vim-spell \
vim-ale \
vim-prettier \
vim-whitespace
# requires special hardware (mouse) or software (nerdfont)
webi \
vim-gui \
vim-nerdtree \
nerdfont \
vim-devicons
if [ -n "$(command -v go)" ]; then
webi vim-go
fi
# done