From 15a3aea56cad3d3f8bac38015be400d65103b2ce Mon Sep 17 00:00:00 2001 From: Karl Mutch Date: Thu, 16 Dec 2021 14:32:42 -0800 Subject: [PATCH] OSX Updates --- .gitmodules | 9 ++++++--- config/sublime-text-3/Packages/GitGutter | 2 +- diff-so-fancy | 2 +- dotbot | 2 +- fzf | 2 +- oh-my-zsh | 2 +- oh-my-zsh-custom/plugins/zsh-autosuggestions | 2 +- oh-my-zsh-custom/plugins/zsh-syntax-highlighting | 2 +- oh-my-zsh-custom/themes/powerlevel10k | 2 +- tmux/plugins/tpm | 2 +- vim/bundle/Dockerfile.vim | 2 +- vim/bundle/Recover.vim | 2 +- vim/bundle/blamer | 1 + vim/bundle/bufexplorer | 2 +- vim/bundle/ctrlp.vim | 2 +- vim/bundle/nerdtree | 2 +- vim/bundle/nerdtree-git-plugin | 2 +- vim/bundle/rainbow | 2 +- vim/bundle/splitjoin.vim | 2 +- vim/bundle/supertab | 2 +- vim/bundle/syntastic | 2 +- vim/bundle/syntax | 2 +- vim/bundle/tagbar | 2 +- vim/bundle/unicode.vim | 2 +- vim/bundle/vim-airline | 2 +- vim/bundle/vim-airline-themes | 2 +- vim/bundle/vim-clang-format | 2 +- vim/bundle/vim-colortemplate | 2 +- vim/bundle/vim-devicons | 2 +- vim/bundle/vim-fugitive | 2 +- vim/bundle/vim-gitgutter | 2 +- vim/bundle/vim-go | 2 +- vim/bundle/vim-gtfo | 2 +- vim/bundle/vim-instant-markdown | 2 +- vim/bundle/vim-lastplace | 2 +- vim/bundle/vim-startify | 2 +- vim/bundle/vim-tmux-navigator | 2 +- vim/bundle/vim-vinegar | 2 +- zsh-completions | 2 +- 39 files changed, 44 insertions(+), 40 deletions(-) create mode 160000 vim/bundle/blamer diff --git a/.gitmodules b/.gitmodules index 6db350d..eb701e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,9 +31,6 @@ [submodule "vim/bundle/vim-better-whitespace"] path = vim/bundle/vim-better-whitespace url = https://github.com/ntpeters/vim-better-whitespace.git -[submodule "vim/bundle/gundo.vim"] - path = vim/bundle/gundo.vim - url = http://github.com/sjl/gundo.vim.git [submodule "vim/bundle/delimitMate"] path = vim/bundle/delimitMate url = https://github.com/Raimondi/delimitMate.git @@ -248,3 +245,9 @@ [submodule "vim/bundle/vim-cue"] path = vim/bundle/vim-cue url = https://github.com/jjo/vim-cue +[submodule "vim/bundle/blamer"] + path = vim/bundle/blamer + url = https://github.com/APZelos/blamer.nvim +[submodule "vim/bundle/gundo.vim"] + path = vim/bundle/gundo.vim + url = https://github.com/sjl/gundo.vim.git diff --git a/config/sublime-text-3/Packages/GitGutter b/config/sublime-text-3/Packages/GitGutter index 832d031..1badb94 160000 --- a/config/sublime-text-3/Packages/GitGutter +++ b/config/sublime-text-3/Packages/GitGutter @@ -1 +1 @@ -Subproject commit 832d03168121b3ad729b2910f51fedec20c48bac +Subproject commit 1badb94bd1827f4b3f96fd90c26bf1b348783ff9 diff --git a/diff-so-fancy b/diff-so-fancy index e5bddde..c3205c8 160000 --- a/diff-so-fancy +++ b/diff-so-fancy @@ -1 +1 @@ -Subproject commit e5bdddeeaa4f6f5dcf9d788f1694b76994043359 +Subproject commit c3205c8a2633a311110fa8609f97b22388298ac8 diff --git a/dotbot b/dotbot index eb7f3fb..ac5793c 160000 --- a/dotbot +++ b/dotbot @@ -1 +1 @@ -Subproject commit eb7f3fb7b1dd7966e4d105e9210787b7d96e58dd +Subproject commit ac5793ceb58863d23427d21597634d3dcf66f9ac diff --git a/fzf b/fzf index b82c169..176ee69 160000 --- a/fzf +++ b/fzf @@ -1 +1 @@ -Subproject commit b82c1693c097a53e66ed27dd94d1d0bd9d974d2e +Subproject commit 176ee6910ffe40d9007ff9bc1b2720e3d729c48a diff --git a/oh-my-zsh b/oh-my-zsh index 93ad3a8..41c15a2 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit 93ad3a88214b95f571e03c21f7d9bd76f9110938 +Subproject commit 41c15a21599f16a802046f741ac26f80c30c7c31 diff --git a/oh-my-zsh-custom/plugins/zsh-autosuggestions b/oh-my-zsh-custom/plugins/zsh-autosuggestions index ae315de..a411ef3 160000 --- a/oh-my-zsh-custom/plugins/zsh-autosuggestions +++ b/oh-my-zsh-custom/plugins/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d +Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8 diff --git a/oh-my-zsh-custom/plugins/zsh-syntax-highlighting b/oh-my-zsh-custom/plugins/zsh-syntax-highlighting index e851724..c7caf57 160000 --- a/oh-my-zsh-custom/plugins/zsh-syntax-highlighting +++ b/oh-my-zsh-custom/plugins/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit e8517244f7d2ae4f9d979faf94608d6e4a74a73e +Subproject commit c7caf57ca805abd54f11f756fda6395dd4187f8a diff --git a/oh-my-zsh-custom/themes/powerlevel10k b/oh-my-zsh-custom/themes/powerlevel10k index 6d545d5..3091ffb 160000 --- a/oh-my-zsh-custom/themes/powerlevel10k +++ b/oh-my-zsh-custom/themes/powerlevel10k @@ -1 +1 @@ -Subproject commit 6d545d5dd06bd85bbfda5cc8fd7938aee4b79d55 +Subproject commit 3091ffbd8657a0d4df645a7336700a242af855f7 diff --git a/tmux/plugins/tpm b/tmux/plugins/tpm index 29c871e..693e5a2 160000 --- a/tmux/plugins/tpm +++ b/tmux/plugins/tpm @@ -1 +1 @@ -Subproject commit 29c871e8105dee0c4994ac97682d26bf9f9a4371 +Subproject commit 693e5a2a0f6acfd2666882655d5dfd32e8c6c50b diff --git a/vim/bundle/Dockerfile.vim b/vim/bundle/Dockerfile.vim index 2386923..2a31e6b 160000 --- a/vim/bundle/Dockerfile.vim +++ b/vim/bundle/Dockerfile.vim @@ -1 +1 @@ -Subproject commit 2386923a8c30d0c4f06f27eef2a025752423ea86 +Subproject commit 2a31e6bcea5977209c05c728c4253d82fd873c82 diff --git a/vim/bundle/Recover.vim b/vim/bundle/Recover.vim index f019bb0..a6f8d9e 160000 --- a/vim/bundle/Recover.vim +++ b/vim/bundle/Recover.vim @@ -1 +1 @@ -Subproject commit f019bb0bc15093da74ef0bd1a9356dedf13ba885 +Subproject commit a6f8d9e6086e611daf55f3fe05c06e7aaaf46f35 diff --git a/vim/bundle/blamer b/vim/bundle/blamer new file mode 160000 index 0000000..f4eb22a --- /dev/null +++ b/vim/bundle/blamer @@ -0,0 +1 @@ +Subproject commit f4eb22a9013642c411725fdda945ae45f8d93181 diff --git a/vim/bundle/bufexplorer b/vim/bundle/bufexplorer index 29258f5..99557c4 160000 --- a/vim/bundle/bufexplorer +++ b/vim/bundle/bufexplorer @@ -1 +1 @@ -Subproject commit 29258f58357acc10c672585a9efe8913d756734d +Subproject commit 99557c451ff6ed3bbb9b9f6215ad57e919740635 diff --git a/vim/bundle/ctrlp.vim b/vim/bundle/ctrlp.vim index 971c4d4..fc153aa 160000 --- a/vim/bundle/ctrlp.vim +++ b/vim/bundle/ctrlp.vim @@ -1 +1 @@ -Subproject commit 971c4d41880b72dbbf1620b3ad91418a6a6f6b9c +Subproject commit fc153aabd54f9189e576c9bfb07bac09f36f2ccd diff --git a/vim/bundle/nerdtree b/vim/bundle/nerdtree index f63fb69..eed488b 160000 --- a/vim/bundle/nerdtree +++ b/vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit f63fb6984f9cd07cf723c3e2e20f6ccc0aad48c2 +Subproject commit eed488b1cd1867bd25f19f90e10440c5cc7d6424 diff --git a/vim/bundle/nerdtree-git-plugin b/vim/bundle/nerdtree-git-plugin index 5fa0e3e..e1fe727 160000 --- a/vim/bundle/nerdtree-git-plugin +++ b/vim/bundle/nerdtree-git-plugin @@ -1 +1 @@ -Subproject commit 5fa0e3e1487b17f8a23fc2674ebde5f55ce6a816 +Subproject commit e1fe727127a813095854a5b063c15e955a77eafb diff --git a/vim/bundle/rainbow b/vim/bundle/rainbow index 4d15633..c18071e 160000 --- a/vim/bundle/rainbow +++ b/vim/bundle/rainbow @@ -1 +1 @@ -Subproject commit 4d15633cdaf61602e1d9fd216a77fc02e0881b2d +Subproject commit c18071e5c7790928b763c2e88c487dfc93d84a15 diff --git a/vim/bundle/splitjoin.vim b/vim/bundle/splitjoin.vim index f0d785f..0f45bfd 160000 --- a/vim/bundle/splitjoin.vim +++ b/vim/bundle/splitjoin.vim @@ -1 +1 @@ -Subproject commit f0d785f7607be60c282b5f5a5d32a2e51560c07c +Subproject commit 0f45bfd7d6a8acb7d6ac126001a27190851bf3f5 diff --git a/vim/bundle/supertab b/vim/bundle/supertab index d80e8e2..f0093ae 160000 --- a/vim/bundle/supertab +++ b/vim/bundle/supertab @@ -1 +1 @@ -Subproject commit d80e8e2c1fa08607fa34c0ca5f1b66d8a906c5ef +Subproject commit f0093ae12a9115498f887199809a6114659fc858 diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic index d97a664..2c4b33f 160000 --- a/vim/bundle/syntastic +++ b/vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit d97a664b9adbd1a0a9cba6c1c3baf071a1059d1e +Subproject commit 2c4b33f6e6679fb5f3824d9cd38d4813c71a19a3 diff --git a/vim/bundle/syntax b/vim/bundle/syntax index 27e0ffc..4b7314a 160000 --- a/vim/bundle/syntax +++ b/vim/bundle/syntax @@ -1 +1 @@ -Subproject commit 27e0ffc215b81fa5aa87eca396acd4421d36c060 +Subproject commit 4b7314a497ea2dd0a6911ccb94ce83b2d8684617 diff --git a/vim/bundle/tagbar b/vim/bundle/tagbar index 51ff7a0..0441c1c 160000 --- a/vim/bundle/tagbar +++ b/vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit 51ff7a05404e2f5c83799dd6c38134ed4aaca85c +Subproject commit 0441c1c6d9b39249503bc816c7a4e5895f72729e diff --git a/vim/bundle/unicode.vim b/vim/bundle/unicode.vim index afb8db4..664d7b2 160000 --- a/vim/bundle/unicode.vim +++ b/vim/bundle/unicode.vim @@ -1 +1 @@ -Subproject commit afb8db4f81580771c39967e89bc5772e72b9018e +Subproject commit 664d7b2e5cedf36ea3a85ad7e8e28e43c16f025b diff --git a/vim/bundle/vim-airline b/vim/bundle/vim-airline index a262ec6..24cb98f 160000 --- a/vim/bundle/vim-airline +++ b/vim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit a262ec6ce4e1c7d36e5f4a9274948d9da09c71f5 +Subproject commit 24cb98f48fbe5ba7a64d1099d334430a5937a175 diff --git a/vim/bundle/vim-airline-themes b/vim/bundle/vim-airline-themes index fa808d7..97cf3e6 160000 --- a/vim/bundle/vim-airline-themes +++ b/vim/bundle/vim-airline-themes @@ -1 +1 @@ -Subproject commit fa808d74e0aacf131337b58f01ee45fd3d3588af +Subproject commit 97cf3e6e638f936187d5f6e9b5eb1bdf0a4df256 diff --git a/vim/bundle/vim-clang-format b/vim/bundle/vim-clang-format index 95593b6..6b79182 160000 --- a/vim/bundle/vim-clang-format +++ b/vim/bundle/vim-clang-format @@ -1 +1 @@ -Subproject commit 95593b67723f23979cd7344ecfd049f2f917830f +Subproject commit 6b791825ff478061ad1c57b21bb1ed5a5fd0eb29 diff --git a/vim/bundle/vim-colortemplate b/vim/bundle/vim-colortemplate index 03331ec..61fde52 160000 --- a/vim/bundle/vim-colortemplate +++ b/vim/bundle/vim-colortemplate @@ -1 +1 @@ -Subproject commit 03331ec03ea6d9d6b4ed10d4da73a2fa3f7c896b +Subproject commit 61fde5296f29b61dfd05bbde0d841b751c961e74 diff --git a/vim/bundle/vim-devicons b/vim/bundle/vim-devicons index 4d14cb8..fafd27f 160000 --- a/vim/bundle/vim-devicons +++ b/vim/bundle/vim-devicons @@ -1 +1 @@ -Subproject commit 4d14cb82cf7381c2f8eca284d1a757faaa73b159 +Subproject commit fafd27f4c4ddd0e590966a778d09cdde0e2e3c63 diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive index 9cba97f..3652313 160000 --- a/vim/bundle/vim-fugitive +++ b/vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 9cba97f4db4e0af4275f802c2de977f553d26ec6 +Subproject commit 365231384cf9edc32b2fc34f6c3e1b31eeabfedf diff --git a/vim/bundle/vim-gitgutter b/vim/bundle/vim-gitgutter index 1283ec1..256702d 160000 --- a/vim/bundle/vim-gitgutter +++ b/vim/bundle/vim-gitgutter @@ -1 +1 @@ -Subproject commit 1283ec1670d1f4fce37213c5d66924088b2e730c +Subproject commit 256702dd1432894b3607d3de6cd660863b331818 diff --git a/vim/bundle/vim-go b/vim/bundle/vim-go index 755b498..a319aaf 160000 --- a/vim/bundle/vim-go +++ b/vim/bundle/vim-go @@ -1 +1 @@ -Subproject commit 755b498c7604e7aee4d001d2a78c2d1e079eb8d5 +Subproject commit a319aaf6bf652dadb197807e4629ff5b1750a17b diff --git a/vim/bundle/vim-gtfo b/vim/bundle/vim-gtfo index d85e7a2..7c7a495 160000 --- a/vim/bundle/vim-gtfo +++ b/vim/bundle/vim-gtfo @@ -1 +1 @@ -Subproject commit d85e7a2f7e017c54bc5467a3946ca5065d17113d +Subproject commit 7c7a495210a82b93e39bda72c6e4c59642dc4b07 diff --git a/vim/bundle/vim-instant-markdown b/vim/bundle/vim-instant-markdown index eb52cb6..ed9162a 160000 --- a/vim/bundle/vim-instant-markdown +++ b/vim/bundle/vim-instant-markdown @@ -1 +1 @@ -Subproject commit eb52cb6d651023c6507033d2f87715addbd55aab +Subproject commit ed9162ac74e11cf1608da80e407d0c52fa5a93f3 diff --git a/vim/bundle/vim-lastplace b/vim/bundle/vim-lastplace index 48ba343..d522829 160000 --- a/vim/bundle/vim-lastplace +++ b/vim/bundle/vim-lastplace @@ -1 +1 @@ -Subproject commit 48ba343c8c1ca3039224727096aae214f51327d1 +Subproject commit d522829d810f3254ca09da368a896c962d4a3d61 diff --git a/vim/bundle/vim-startify b/vim/bundle/vim-startify index f2fc118..81e36c3 160000 --- a/vim/bundle/vim-startify +++ b/vim/bundle/vim-startify @@ -1 +1 @@ -Subproject commit f2fc11844b234479d37bef37faa7ceb2aade788b +Subproject commit 81e36c352a8deea54df5ec1e2f4348685569bed2 diff --git a/vim/bundle/vim-tmux-navigator b/vim/bundle/vim-tmux-navigator index 6a1e58c..9ca5bfe 160000 --- a/vim/bundle/vim-tmux-navigator +++ b/vim/bundle/vim-tmux-navigator @@ -1 +1 @@ -Subproject commit 6a1e58c3ca3bc7acca36c90521b3dfae83b2a602 +Subproject commit 9ca5bfe5bd274051b5dd796cc150348afc993b80 diff --git a/vim/bundle/vim-vinegar b/vim/bundle/vim-vinegar index 5f48edf..43576e8 160000 --- a/vim/bundle/vim-vinegar +++ b/vim/bundle/vim-vinegar @@ -1 +1 @@ -Subproject commit 5f48edf4dcc130ae4a658541c0d6f72a558bc70d +Subproject commit 43576e84d3034bccb1216f39f51ed36d945d7b96 diff --git a/zsh-completions b/zsh-completions index aa98bc5..e4090f1 160000 --- a/zsh-completions +++ b/zsh-completions @@ -1 +1 @@ -Subproject commit aa98bc593fee3fbdaf1acedc42a142f3c4134079 +Subproject commit e4090f1baa4cc0b7adf89c618d6224edaee6a31d