-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
46 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule GitGutter
updated
12 files
+1 −2 | GitGutter.sublime-settings | |
+1 −2 | Preferences.sublime-settings-hints | |
+1 −1 | VERSION | |
+12 −12 | docs/install.md | |
+2 −0 | messages.json | |
+0 −28 | messages/1.11.3.txt | |
+5 −0 | messages/1.11.4.txt | |
+35 −0 | messages/1.11.5.txt | |
+9 −7 | modules/annotation.py | |
+1 −1 | modules/blame.py | |
+4 −3 | modules/compare.py | |
+7 −4 | modules/handler.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule diff-so-fancy
updated
19 files
+4 −5 | .circleci/config.yml | |
+6 −3 | .gitmodules | |
+5 −4 | .travis.yml | |
+3 −1 | README.md | |
+2 −4 | appveyor.yml | |
+214 −76 | diff-so-fancy | |
+6 −11 | hacking-and-testing.md | |
+10 −6 | lib/DiffHighlight.pm | |
+1 −1 | package.json | |
+1 −0 | test/bats | |
+9 −11 | test/bugs.bats | |
+6 −6 | test/diff-so-fancy.bats | |
+252 −0 | test/git_ansi_color.pl | |
+1 −1 | test/test_helper/bats-assert | |
+1 −1 | test/test_helper/bats-support | |
+4 −0 | third_party/ansi-reveal/ansi-reveal.pl | |
+312 −99 | third_party/build_fatpack/diff-so-fancy | |
+224 −0 | third_party/cli_bench/cli_bench.pl | |
+2 −9 | update-deps.sh |
Submodule dotbot
updated
14 files
+1 −1 | .github/workflows/build.yml | |
+49 −0 | CHANGELOG.md | |
+1 −1 | LICENSE.md | |
+21 −8 | README.md | |
+1 −1 | dotbot/__init__.py | |
+40 −15 | dotbot/plugins/link.py | |
+1 −0 | test/.gitignore | |
+51 −27 | test/README.md | |
+6 −2 | test/Vagrantfile | |
+14 −6 | test/driver-lib.bash | |
+18 −0 | test/test-lib.bash | |
+106 −0 | test/tests/link-glob-patterns.bash | |
+46 −0 | test/tests/link-glob-recursive.bash | |
+23 −0 | test/tests/link-prefix.bash |
Submodule fzf
updated
33 files
+1 −0 | .github/FUNDING.yml | |
+1 −1 | .github/workflows/linux.yml | |
+1 −1 | .github/workflows/macos.yml | |
+41 −6 | .goreleaser.yml | |
+565 −0 | ADVANCED.md | |
+85 −1 | CHANGELOG.md | |
+4 −1 | Makefile | |
+52 −18 | README-VIM.md | |
+8 −6 | README.md | |
+10 −1 | bin/fzf-tmux | |
+62 −16 | doc/fzf.txt | |
+9 −7 | go.mod | |
+20 −24 | go.sum | |
+3 −3 | install | |
+1 −1 | install.ps1 | |
+1 −1 | main.go | |
+1 −1 | man/man1/fzf-tmux.1 | |
+56 −19 | man/man1/fzf.1 | |
+105 −49 | plugin/fzf.vim | |
+13 −2 | shell/key-bindings.fish | |
+188 −75 | src/ansi.go | |
+239 −0 | src/ansi_test.go | |
+94 −33 | src/options.go | |
+4 −4 | src/options_test.go | |
+130 −91 | src/terminal.go | |
+42 −25 | src/tui/light.go | |
+6 −6 | src/tui/light_unix.go | |
+7 −5 | src/tui/light_windows.go | |
+39 −43 | src/tui/tcell.go | |
+16 −0 | src/tui/ttyname_unix.go | |
+7 −0 | src/tui/ttyname_windows.go | |
+22 −13 | src/util/util.go | |
+37 −0 | test/test_go.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule oh-my-zsh
updated
from 6fbad5 to 37a60e
Submodule zsh-autosuggestions
updated
16 files
+6 −0 | CHANGELOG.md | |
+4 −1 | INSTALL.md | |
+1 −1 | LICENSE | |
+6 −4 | README.md | |
+1 −1 | VERSION | |
+1 −0 | ZSH_VERSIONS | |
+1 −6 | spec/multi_line_spec.rb | |
+0 −7 | spec/options/use_async_spec.rb | |
+11 −8 | spec/spec_helper.rb | |
+20 −7 | spec/strategies/special_characters_helper.rb | |
+2 −1 | src/async.zsh | |
+1 −1 | src/bind.zsh | |
+11 −1 | src/start.zsh | |
+0 −2 | src/strategies/completion.zsh | |
+22 −25 | src/widgets.zsh | |
+38 −32 | zsh-autosuggestions.zsh |
Submodule zsh-syntax-highlighting
updated
6 files
Submodule powerlevel10k
updated
25 files
+9 −2 | Makefile | |
+46 −17 | README.md | |
+41 −14 | config/p10k-classic.zsh | |
+41 −14 | config/p10k-lean-8colors.zsh | |
+41 −14 | config/p10k-lean.zsh | |
+46 −14 | config/p10k-rainbow.zsh | |
+13 −5 | font.md | |
+7 −2 | gitstatus/Makefile | |
+8 −8 | gitstatus/README.md | |
+55 −16 | gitstatus/build | |
+3 −3 | gitstatus/build.info | |
+21 −40 | gitstatus/gitstatus.plugin.sh | |
+7 −1 | gitstatus/gitstatus.plugin.zsh | |
+5 −5 | gitstatus/gitstatus.prompt.sh | |
+23 −23 | gitstatus/install.info | |
+5 −2 | gitstatus/mbuild | |
+8 −0 | gitstatus/src/git.cc | |
+9 −0 | gitstatus/src/git.h | |
+9 −0 | gitstatus/src/gitstatus.cc | |
+27 −7 | gitstatus/src/options.cc | |
+2 −0 | gitstatus/src/options.h | |
+26 −7 | gitstatus/src/tag_db.cc | |
+7 −0 | internal/icons.zsh | |
+209 −70 | internal/p10k.zsh | |
+1 −1 | internal/parser.zsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tpm
updated
5 files
+1 −0 | README.md | |
+2 −2 | scripts/helpers/tmux_utils.sh | |
+8 −5 | scripts/install_plugins.sh | |
+2 −1 | scripts/source_plugins.sh | |
+4 −2 | scripts/update_plugin.sh |
Submodule nerdtree
updated
from f63fb6 to 2c14ed
Submodule nerdtree-git-plugin
updated
4 files
+2 −2 | .pre-commit-config.yaml | |
+6 −2 | README.md | |
+3 −0 | autoload/gitstatus/util.vim | |
+5 −2 | nerdtree_plugin/git_status.vim |
Submodule splitjoin.vim
updated
14 files
+1 −1 | Gemfile | |
+26 −26 | Gemfile.lock | |
+88 −0 | autoload/sj.vim | |
+183 −0 | autoload/sj/java.vim | |
+1 −81 | autoload/sj/js.vim | |
+64 −0 | autoload/sj/ruby.vim | |
+1 −85 | autoload/sj/rust.vim | |
+82 −2 | doc/splitjoin.txt | |
+17 −0 | ftplugin/java/splitjoin.vim | |
+2 −0 | ftplugin/ruby/splitjoin.vim | |
+3 −2 | ftplugin/tsx/splitjoin.vim | |
+2 −0 | plugin/splitjoin.vim | |
+200 −0 | spec/plugin/java_spec.rb | |
+38 −1 | spec/plugin/ruby_spec.rb |
Submodule syntastic
updated
from d97a66 to 7414f3
Submodule tagbar
updated
from 51ff7a to 2da344
Submodule vim-airline
updated
from a262ec to b861f9
Submodule vim-airline-themes
updated
116 files
Submodule vim-colortemplate
updated
5 files
+0 −1 | autoload/colortemplate.vim | |
+10 −6 | doc/colortemplate.txt | |
+2 −0 | doc/tags | |
+15 −0 | test/runtests.vim | |
+18 −0 | test/test87/test87.txt |
Submodule vim-fugitive
updated
7 files
+11 −6 | README.markdown | |
+1,284 −580 | autoload/fugitive.vim | |
+19 −13 | doc/fugitive.txt | |
+6 −0 | ftplugin/fugitiveblame.vim | |
+182 −136 | plugin/fugitive.vim | |
+4 −4 | syntax/fugitive.vim | |
+1 −1 | syntax/fugitiveblame.vim |
Submodule vim-gitgutter
updated
7 files
+5 −4 | README.mkd | |
+4 −1 | autoload/gitgutter.vim | |
+45 −18 | autoload/gitgutter/hunk.vim | |
+2 −2 | autoload/gitgutter/utility.vim | |
+34 −8 | doc/gitgutter.txt | |
+14 −13 | plugin/gitgutter.vim | |
+17 −2 | test/test_gitgutter.vim |
Submodule vim-go
updated
49 files
Submodule vim-instant-markdown
updated
from eb52cb to ed9162
Submodule vim-lastplace
updated
from 48ba34 to 8f6c44
Submodule vim-vinegar
updated
3 files
+2 −2 | README.markdown | |
+1 −1 | doc/vinegar.txt | |
+13 −2 | plugin/vinegar.vim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule zsh-completions
updated
13 files
+1 −1 | src/_conan | |
+1 −1 | src/_flutter | |
+2 −1 | src/_gist | |
+124 −0 | src/_lilypond | |
+1 −5 | src/_mix | |
+30 −5 | src/_mssh | |
+71 −57 | src/_nano | |
+113 −0 | src/_opustools | |
+1 −1 | src/_pygmentize | |
+240 −0 | src/_qmk | |
+407 −0 | src/_rmlint | |
+42 −0 | src/_rmlint.sh | |
+19 −0 | zsh-completions-howto.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters