Merge from vm
This commit is contained in:
1
pack/plugins/start/dadbod.url
Normal file
1
pack/plugins/start/dadbod.url
Normal file
@@ -0,0 +1 @@
|
|||||||
|
https://tpope.io/vim/dadbod.git
|
||||||
1
pack/plugins/start/nerdtree.url
Normal file
1
pack/plugins/start/nerdtree.url
Normal file
@@ -0,0 +1 @@
|
|||||||
|
https://github.com/preservim/nerdtree.git
|
||||||
1
pack/plugins/start/ultisnips.url
Normal file
1
pack/plugins/start/ultisnips.url
Normal file
@@ -0,0 +1 @@
|
|||||||
|
https://github.com/SirVer/ultisnips
|
||||||
11
pack/plugins/start/update.sh
Executable file
11
pack/plugins/start/update.sh
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
for u in *.url ; do
|
||||||
|
d=${u%.url}
|
||||||
|
if [[ -d $d ]]; then
|
||||||
|
echo "*** Updating: $d" >&2
|
||||||
|
git -C $d pull --prune 2>&1 | sed "s/^/[$d] /g" >&2
|
||||||
|
else
|
||||||
|
echo "*** Cloning: $d" >&2
|
||||||
|
git clone --depth 1 $(< $u) 2>&1 | sed "s/^/[$d] /g" >&2
|
||||||
|
fi
|
||||||
|
done
|
||||||
1
pack/plugins/start/vim-polyglot.url
Normal file
1
pack/plugins/start/vim-polyglot.url
Normal file
@@ -0,0 +1 @@
|
|||||||
|
https://github.com/sheerun/vim-polyglot
|
||||||
1
pack/plugins/start/vim-snippets.url
Normal file
1
pack/plugins/start/vim-snippets.url
Normal file
@@ -0,0 +1 @@
|
|||||||
|
https://github.com/honza/vim-snippets
|
||||||
Reference in New Issue
Block a user