-
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
39 changed files
with
72 additions
and
66 deletions.
There are no files selected for viewing
Submodule GitGutter
updated
18 files
+2 −1 | GitGutter.sublime-settings | |
+2 −1 | Preferences.sublime-settings-hints | |
+1 −1 | README.md | |
+1 −1 | VERSION | |
+5 −1 | dependencies.json | |
+12 −12 | docs/install.md | |
+0 −4 | messages.json | |
+28 −0 | messages/1.11.3.txt | |
+0 −5 | messages/1.11.4.txt | |
+0 −7 | messages/1.11.5.txt | |
+0 −7 | messages/1.11.6.txt | |
+0 −34 | messages/1.11.7.txt | |
+10 −12 | modules/annotation.py | |
+1 −1 | modules/blame.py | |
+3 −4 | modules/compare.py | |
+0 −4 | modules/events.py | |
+4 −7 | modules/handler.py | |
+1 −16 | modules/temp.py |
Submodule diff-so-fancy
updated
20 files
+5 −4 | .circleci/config.yml | |
+3 −6 | .gitmodules | |
+4 −5 | .travis.yml | |
+1 −3 | README.md | |
+4 −2 | appveyor.yml | |
+78 −218 | diff-so-fancy | |
+11 −6 | hacking-and-testing.md | |
+6 −10 | lib/DiffHighlight.pm | |
+2 −12 | package-lock.json | |
+3 −3 | package.json | |
+0 −1 | test/bats | |
+11 −9 | test/bugs.bats | |
+6 −6 | test/diff-so-fancy.bats | |
+0 −252 | test/git_ansi_color.pl | |
+1 −1 | test/test_helper/bats-assert | |
+1 −1 | test/test_helper/bats-support | |
+0 −4 | third_party/ansi-reveal/ansi-reveal.pl | |
+99 −312 | third_party/build_fatpack/diff-so-fancy | |
+0 −224 | third_party/cli_bench/cli_bench.pl | |
+9 −2 | update-deps.sh |
Submodule dotbot
updated
17 files
+1 −1 | .github/workflows/build.yml | |
+0 −49 | CHANGELOG.md | |
+1 −1 | LICENSE.md | |
+8 −21 | README.md | |
+1 −1 | dotbot/__init__.py | |
+1 −4 | dotbot/cli.py | |
+2 −15 | dotbot/dispatcher.py | |
+15 −40 | dotbot/plugins/link.py | |
+0 −1 | test/.gitignore | |
+27 −51 | test/README.md | |
+2 −6 | test/Vagrantfile | |
+6 −14 | test/driver-lib.bash | |
+0 −18 | test/test-lib.bash | |
+0 −32 | test/tests/exit-on-failure.bash | |
+0 −106 | test/tests/link-glob-patterns.bash | |
+0 −46 | test/tests/link-glob-recursive.bash | |
+0 −23 | test/tests/link-prefix.bash |
Submodule fzf
updated
49 files
Submodule oh-my-zsh
updated
from 1c1d74 to 93ad3a
Submodule zsh-autosuggestions
updated
16 files
+0 −6 | CHANGELOG.md | |
+1 −4 | INSTALL.md | |
+1 −1 | LICENSE | |
+4 −6 | README.md | |
+1 −1 | VERSION | |
+0 −1 | ZSH_VERSIONS | |
+6 −1 | spec/multi_line_spec.rb | |
+7 −0 | spec/options/use_async_spec.rb | |
+8 −11 | spec/spec_helper.rb | |
+7 −20 | spec/strategies/special_characters_helper.rb | |
+1 −2 | src/async.zsh | |
+1 −1 | src/bind.zsh | |
+1 −11 | src/start.zsh | |
+2 −0 | src/strategies/completion.zsh | |
+25 −22 | src/widgets.zsh | |
+32 −38 | zsh-autosuggestions.zsh |
Submodule zsh-syntax-highlighting
updated
8 files
Submodule powerlevel10k
updated
31 files
+2 −9 | Makefile | |
+93 −181 | README.md | |
+15 −53 | config/p10k-classic.zsh | |
+14 −52 | config/p10k-lean-8colors.zsh | |
+14 −52 | config/p10k-lean.zsh | |
+14 −58 | config/p10k-rainbow.zsh | |
+68 −96 | font.md | |
+2 −7 | gitstatus/Makefile | |
+8 −8 | gitstatus/README.md | |
+35 −118 | gitstatus/build | |
+3 −3 | gitstatus/build.info | |
+43 −23 | gitstatus/gitstatus.plugin.sh | |
+1 −7 | gitstatus/gitstatus.plugin.zsh | |
+5 −6 | gitstatus/gitstatus.prompt.sh | |
+22 −24 | gitstatus/install | |
+23 −23 | gitstatus/install.info | |
+2 −5 | gitstatus/mbuild | |
+7 −7 | gitstatus/src/dir.cc | |
+4 −4 | gitstatus/src/dir.h | |
+0 −8 | gitstatus/src/git.cc | |
+0 −9 | gitstatus/src/git.h | |
+0 −9 | gitstatus/src/gitstatus.cc | |
+0 −1 | gitstatus/src/index.cc | |
+7 −27 | gitstatus/src/options.cc | |
+0 −2 | gitstatus/src/options.h | |
+7 −28 | gitstatus/src/tag_db.cc | |
+1 −4 | internal/configure.zsh | |
+0 −19 | internal/icons.zsh | |
+123 −348 | internal/p10k.zsh | |
+1 −1 | internal/parser.zsh | |
+46 −79 | internal/wizard.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
+0 −1 | README.md | |
+2 −2 | scripts/helpers/tmux_utils.sh | |
+6 −15 | scripts/install_plugins.sh | |
+1 −2 | scripts/source_plugins.sh | |
+2 −4 | scripts/update_plugin.sh |
Submodule Recover.vim
updated
4 files
+1 −1 | README.md | |
+1 −5 | autoload/recover.vim | |
+1 −1 | contrib/cvim | |
+4 −13 | doc/recoverPlugin.txt |
Submodule ctrlp.vim
updated
3 files
+1 −3 | autoload/ctrlp.vim | |
+2 −6 | autoload/ctrlp/buffertag.vim | |
+5 −13 | readme.md |
Submodule nerdtree
updated
from eed488 to f63fb6
Submodule nerdtree-git-plugin
updated
4 files
+2 −2 | .pre-commit-config.yaml | |
+2 −6 | README.md | |
+0 −7 | autoload/gitstatus/util.vim | |
+3 −8 | nerdtree_plugin/git_status.vim |
Submodule rainbow
updated
3 files
+2 −2 | README.md | |
+0 −4 | autoload/rainbow_main.vim | |
+0 −12 | tests/test.lua |
Submodule splitjoin.vim
updated
29 files
+0 −38 | .circleci/config.yml | |
+18 −0 | .travis.yml | |
+1 −1 | Gemfile | |
+26 −26 | Gemfile.lock | |
+1 −1 | README.md | |
+0 −88 | autoload/sj.vim | |
+0 −81 | autoload/sj/argparser/common.vim | |
+0 −34 | autoload/sj/argparser/elixir.vim | |
+72 −4 | autoload/sj/argparser/ruby.vim | |
+19 −218 | autoload/sj/elixir.vim | |
+1 −1 | autoload/sj/html.vim | |
+0 −183 | autoload/sj/java.vim | |
+83 −17 | autoload/sj/js.vim | |
+0 −69 | autoload/sj/jsx.vim | |
+0 −65 | autoload/sj/ruby.vim | |
+85 −1 | autoload/sj/rust.vim | |
+3 −126 | doc/splitjoin.txt | |
+2 −5 | ftplugin/elixir/splitjoin.vim | |
+0 −17 | ftplugin/java/splitjoin.vim | |
+0 −2 | ftplugin/jsx/splitjoin.vim | |
+0 −2 | ftplugin/ruby/splitjoin.vim | |
+2 −5 | ftplugin/tsx/splitjoin.vim | |
+0 −2 | plugin/splitjoin.vim | |
+1 −554 | spec/plugin/elixir_spec.rb | |
+1 −1 | spec/plugin/eruby_spec.rb | |
+0 −200 | spec/plugin/java_spec.rb | |
+0 −18 | spec/plugin/js_spec.rb | |
+8 −80 | spec/plugin/jsx_spec.rb | |
+1 −38 | spec/plugin/ruby_spec.rb |
Submodule syntastic
updated
from 2c4b33 to d97a66
Submodule tagbar
updated
from dd2f46 to 51ff7a
Submodule vim-airline
updated
from 841a35 to a262ec
Submodule vim-airline-themes
updated
116 files
Submodule vim-clang-format
updated
4 files
+2 −10 | README.md | |
+4 −116 | autoload/clang_format.vim | |
+2 −36 | doc/clang-format.txt | |
+6 −8 | plugin/clang_format.vim |
Submodule vim-colortemplate
updated
54 files
Submodule vim-devicons
updated
3 files
+1 −0 | .github/workflows/ci.yml | |
+3 −5 | plugin/webdevicons.vim | |
+125 −233 | test/filetype.vim |
Submodule vim-fugitive
updated
7 files
+13 −13 | README.markdown | |
+1,104 −2,723 | autoload/fugitive.vim | |
+43 −118 | doc/fugitive.txt | |
+0 −6 | ftplugin/fugitiveblame.vim | |
+177 −352 | plugin/fugitive.vim | |
+9 −9 | syntax/fugitive.vim | |
+1 −1 | syntax/fugitiveblame.vim |
Submodule vim-gitgutter
updated
8 files
+4 −37 | README.mkd | |
+1 −8 | autoload/gitgutter.vim | |
+2 −2 | autoload/gitgutter/highlight.vim | |
+18 −45 | autoload/gitgutter/hunk.vim | |
+2 −2 | autoload/gitgutter/utility.vim | |
+8 −54 | doc/gitgutter.txt | |
+15 −16 | plugin/gitgutter.vim | |
+2 −17 | test/test_gitgutter.vim |
Submodule vim-go
updated
55 files
Submodule vim-instant-markdown
updated
from ed9162 to eb52cb
Submodule vim-lastplace
updated
from d52282 to 48ba34
Submodule vim-tmux-navigator
updated
3 files
+2 −16 | README.md | |
+0 −3 | doc/tmux-navigator.txt | |
+0 −7 | plugin/tmux_navigator.vim |
Submodule vim-vinegar
updated
3 files
+2 −2 | README.markdown | |
+1 −1 | doc/vinegar.txt | |
+3 −14 | plugin/vinegar.vim |
Submodule zsh-completions
updated
26 files
+2 −2 | src/_ccache | |
+1 −1 | src/_conan | |
+2 −2 | src/_drush | |
+1 −1 | src/_flutter | |
+1 −2 | src/_gist | |
+1 −1 | src/_golang | |
+1 −1 | src/_jonas | |
+114 −200 | src/_knife | |
+0 −124 | src/_lilypond | |
+5 −1 | src/_mix | |
+5 −30 | src/_mssh | |
+57 −71 | src/_nano | |
+2 −2 | src/_openssl | |
+0 −246 | src/_openvpn3 | |
+0 −113 | src/_opustools | |
+1 −1 | src/_perf | |
+2 −2 | src/_pm2 | |
+1 −1 | src/_pygmentize | |
+0 −240 | src/_qmk | |
+0 −422 | src/_rmlint | |
+1 −1 | src/_scala | |
+1 −1 | src/_tmuxp | |
+1 −1 | src/_udisksctl | |
+1 −1 | src/_xinput | |
+1 −1 | src/_yarn | |
+0 −19 | 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