forked from Shane4STER/etc
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
2c06df1
commit 9d30d5b
Showing
27 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
Submodule vim-tmux-navigator
updated
5 files
+94 −14 | README.md | |
+8 −5 | doc/tmux-navigator.txt | |
+2 −2 | pattern-check | |
+13 −5 | plugin/tmux_navigator.vim | |
+49 −23 | vim-tmux-navigator.tmux |
Submodule Colorizer
updated
3 files
+18 −4 | README.md | |
+133 −148 | autoload/Colorizer.vim | |
+3 −1 | doc/Colorizer.txt |
Submodule YouCompleteMe
updated
from 78ba06 to 35d188
Submodule ansible-vim
updated
3 files
+9 −0 | README.md | |
+8 −1 | syntax/ansible.vim | |
+1 −1 | syntax/jinja2.vim |
Submodule ctrlp.vim
updated
3 files
+4 −1 | autoload/ctrlp.vim | |
+7 −3 | autoload/ctrlp/tag.vim | |
+3 −2 | doc/ctrlp.txt |
Submodule limelight.vim
updated
4 files
+30 −0 | .github/workflows/test.yml | |
+0 −13 | .travis.yml | |
+12 −1 | README.md | |
+123 −0 | doc/limelight.txt |
Submodule nerdcommenter
updated
from 91499c to 66c07e
Submodule nerdtree
updated
from fc85a6 to 9b465a
Submodule tsuquyomi
updated
3 files
+5 −8 | autoload/tsuquyomi.vim | |
+5 −0 | autoload/tsuquyomi/bufManager.vim | |
+1 −0 | autoload/tsuquyomi/config.vim |
Submodule ultisnips
updated
13 files
+13 −13 | .github/workflows/main.yml | |
+18 −0 | autoload/UltiSnips.vim | |
+7 −1 | autoload/UltiSnips/map_keys.vim | |
+42 −4 | doc/UltiSnips.txt | |
+1 −1 | docker/run_tests.sh | |
+1 −0 | pythonx/UltiSnips/snippet/source/base.py | |
+5 −3 | pythonx/UltiSnips/snippet/source/file/base.py | |
+43 −6 | pythonx/UltiSnips/snippet_manager.py | |
+3 −0 | pythonx/UltiSnips/vim_helper.py | |
+2 −0 | test/constant.py | |
+47 −0 | test/test_Autotrigger.py | |
+32 −0 | test/test_Expand.py | |
+23 −0 | test/test_Fixes.py |
Submodule undotree
updated
5 files
+28 −0 | LICENSE | |
+3 −1 | README.md | |
+35 −4 | autoload/undotree.vim | |
+40 −2 | doc/undotree.txt | |
+23 −6 | plugin/undotree.vim |
Submodule vim-airline
updated
16 files
+2 −1 | .github/workflows/ci.yml | |
+2 −2 | CHANGELOG.md | |
+17 −16 | README.md | |
+11 −1 | autoload/airline/extensions.vim | |
+2 −2 | autoload/airline/extensions/branch.vim | |
+17 −0 | autoload/airline/extensions/codeium.vim | |
+36 −19 | autoload/airline/extensions/fern.vim | |
+3 −1 | autoload/airline/extensions/nvimlsp.vim | |
+24 −9 | autoload/airline/extensions/term.vim | |
+25 −0 | autoload/airline/extensions/vimodoro.vim | |
+18 −3 | autoload/airline/extensions/xkblayout.vim | |
+2 −1 | autoload/airline/init.vim | |
+1 −1 | autoload/airline/parts.vim | |
+82 −55 | doc/airline.txt | |
+1 −1 | test/init.vimspec | |
+10 −8 | test/themes.vimspec |
Submodule vim-fugitive
updated
3 files
+584 −364 | autoload/fugitive.vim | |
+21 −7 | doc/fugitive.txt | |
+5 −2 | plugin/fugitive.vim |
Submodule vim-gitgutter
updated
15 files
+13 −6 | README.mkd | |
+26 −13 | autoload/gitgutter.vim | |
+1 −1 | autoload/gitgutter/async.vim | |
+14 −16 | autoload/gitgutter/debug.vim | |
+13 −17 | autoload/gitgutter/diff.vim | |
+1 −1 | autoload/gitgutter/highlight.vim | |
+48 −19 | autoload/gitgutter/hunk.vim | |
+114 −21 | autoload/gitgutter/utility.vim | |
+14 −3 | doc/gitgutter.txt | |
+34 −6 | plugin/gitgutter.vim | |
+1 −0 | test/.gitattributes | |
+6 −0 | test/.gitconfig | |
+4 −0 | test/fixture.foo | |
+7 −0 | test/fixture_dos_noeol.txt | |
+139 −1 | test/test_gitgutter.vim |
Submodule vim-go
updated
61 files
Submodule vim-tmux-navigator
updated
5 files
+94 −14 | README.md | |
+8 −5 | doc/tmux-navigator.txt | |
+2 −2 | pattern-check | |
+13 −5 | plugin/tmux_navigator.vim | |
+49 −23 | vim-tmux-navigator.tmux |
Submodule zsh-completions
updated
59 files
Submodule oh-my-zsh
updated
from 5d3e86 to ca5471
Submodule zsh-autosuggestions
updated
15 files
+0 −15 | .circleci/config.yml | |
+51 −0 | .github/workflows/integration.yml | |
+2 −0 | .gitignore | |
+7 −0 | CHANGELOG.md | |
+5 −4 | Dockerfile | |
+18 −1 | INSTALL.md | |
+1 −1 | Makefile | |
+5 −8 | README.md | |
+1 −1 | VERSION | |
+2 −5 | ZSH_VERSIONS | |
+14 −17 | install_test_zsh.sh | |
+4 −3 | src/async.zsh | |
+2 −0 | src/config.zsh | |
+5 −5 | src/widgets.zsh | |
+12 −9 | zsh-autosuggestions.zsh |
Submodule zsh-syntax-highlighting
updated
11 files
+3 −3 | .github/workflows/test.yml | |
+1 −1 | .version | |
+39 −7 | INSTALL.md | |
+37 −1 | changelog.md | |
+4 −6 | docs/highlighters.md | |
+1 −1 | docs/highlighters/regexp.md | |
+4 −4 | highlighters/main/main-highlighter.zsh | |
+4 −4 | highlighters/main/test-data/parameter-to-global-alias.zsh | |
+95 −0 | highlighters/main/test-data/redirection-all.zsh | |
+1 −1 | tests/README.md | |
+5 −18 | zsh-syntax-highlighting.zsh |