1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2026-05-11 15:10:36 +02:00

1 Commits

Author SHA1 Message Date
dependabot[bot] ae2d2615b5 Bump vim/.vim/pack/bundle/start/vim-vimlparser
Bumps [vim/.vim/pack/bundle/start/vim-vimlparser](https://github.com/ynkdir/vim-vimlparser) from `9cc29ee` to `4495d39`.
- [Commits](https://github.com/ynkdir/vim-vimlparser/compare/9cc29eec7e83d749eee72e4b844c1199939303dd...4495d3957dbf84d8c8f9a58abe021d1554aec631)

---
updated-dependencies:
- dependency-name: vim/.vim/pack/bundle/start/vim-vimlparser
  dependency-version: 4495d3957dbf84d8c8f9a58abe021d1554aec631
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 21:31:48 +00:00
4 changed files with 8 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: weekly
-1
View File
@@ -82,7 +82,6 @@ alias makej="make -j$(nproc)"
alias sdc='sudo docker-compose'
# Used to be nix run -c. That no longer works but my muscle memory does
alias nrc='nix shell --file default.nix -c'
alias dee='direnv exec .'
alias gcs='gcloud compute ssh --tunnel-through-iap'
alias gscp='gcloud compute scp --tunnel-through-iap'
alias gci='gcloud compute instances'