Merge from vm

This commit is contained in:
2023-10-19 09:33:53 -07:00
parent 0faf4dc5df
commit fe1ff8b923
6 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1 @@
https://tpope.io/vim/dadbod.git

View File

@@ -0,0 +1 @@
https://github.com/preservim/nerdtree.git

View File

@@ -0,0 +1 @@
https://github.com/SirVer/ultisnips

11
pack/plugins/start/update.sh Executable file
View 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

View File

@@ -0,0 +1 @@
https://github.com/sheerun/vim-polyglot

View File

@@ -0,0 +1 @@
https://github.com/honza/vim-snippets