vim-beyondcode: add more
authorAJ ONeal <aj@therootcompany.com>
Wed, 24 Mar 2021 18:06:03 +0000 (18:06 +0000)
committerAJ ONeal <aj@therootcompany.com>
Wed, 24 Mar 2021 18:06:03 +0000 (18:06 +0000)
vim-beyondcode/install.sh

index 6e96ab0ec29d05bc88d54f9ea6d560edaffba518..3450f9b57556aad48158988e31734f3221e9941b 100644 (file)
@@ -1,8 +1,24 @@
+# mostly lightweight, or essential
 webi \
+  vim-leader \
   vim-shell \
   vim-sensible \
-  vim-spell \
   vim-viminfo \
   vim-lastplace \
-  vim-syntastic \
-  vim-prettier
+  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