projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebce2f6
)
vim-beyondcode: add more
author
AJ ONeal
<aj@therootcompany.com>
Wed, 24 Mar 2021 18:06:03 +0000
(18:06 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Wed, 24 Mar 2021 18:06:03 +0000
(18:06 +0000)
vim-beyondcode/install.sh
patch
|
blob
|
history
diff --git
a/vim-beyondcode/install.sh
b/vim-beyondcode/install.sh
index 6e96ab0ec29d05bc88d54f9ea6d560edaffba518..3450f9b57556aad48158988e31734f3221e9941b 100644
(file)
--- a/
vim-beyondcode/install.sh
+++ b/
vim-beyondcode/install.sh
@@
-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