mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Compare commits
2 Commits
b0b30a9e3d
...
035b7bfc92
Author | SHA1 | Date | |
---|---|---|---|
|
035b7bfc92 | ||
|
b2597f45e0 |
@ -13,5 +13,5 @@ grep -ril "^\#+select_tags:[\ a-zA-Z0-9]namepage" "$fromDir"*.org | while read -
|
||||
done
|
||||
|
||||
git -C "$toDir" add .
|
||||
git -C "$toDir" commit -m "Update $date"
|
||||
git -C "$toDir" commit -m "feat: update $date"
|
||||
git -C "$toDir" push origin master
|
||||
|
@ -3,11 +3,11 @@
|
||||
"coc-css": ">=1.2.6",
|
||||
"coc-go": ">=0.12.0",
|
||||
"coc-html": ">=1.3.1",
|
||||
"coc-jest": ">=1.1.1",
|
||||
"coc-jest": ">=1.1.2",
|
||||
"coc-json": ">=1.3.2",
|
||||
"coc-pairs": ">=1.2.21",
|
||||
"coc-python": ">=1.2.12",
|
||||
"coc-rust-analyzer": ">=0.13.0",
|
||||
"coc-python": ">=1.2.13",
|
||||
"coc-rust-analyzer": ">=0.14.0",
|
||||
"coc-tsserver": ">=1.6.0",
|
||||
"coc-yaml": ">=1.1.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user