-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the submodules group with 10 updates (#5775)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1d8787b
commit 69285b3
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule goenv
updated
from ec5e56 to d09eef
Submodule nvim-cmp
updated
18 files
+2 −2 | .github/workflows/integration.yaml | |
+7 −1 | doc/cmp.txt | |
+5 −5 | lua/cmp/config/compare.lua | |
+1 −0 | lua/cmp/config/default.lua | |
+17 −17 | lua/cmp/core.lua | |
+366 −312 | lua/cmp/entry.lua | |
+26 −26 | lua/cmp/entry_spec.lua | |
+55 −41 | lua/cmp/source.lua | |
+1 −0 | lua/cmp/types/cmp.lua | |
+1 −3 | lua/cmp/types/lsp.lua | |
+3 −3 | lua/cmp/types/vim.lua | |
+3 −3 | lua/cmp/utils/cache.lua | |
+17 −11 | lua/cmp/utils/keymap.lua | |
+4 −0 | lua/cmp/utils/window.lua | |
+1 −1 | lua/cmp/view.lua | |
+23 −8 | lua/cmp/view/custom_entries_view.lua | |
+4 −2 | lua/cmp/view/ghost_text_view.lua | |
+1 −1 | lua/cmp/view/wildmenu_entries_view.lua |
Submodule nvim-treesitter
updated
8 files
+1 −0 | README.md | |
+14 −11 | lockfile.json | |
+9 −0 | lua/nvim-treesitter/parsers.lua | |
+11 −2 | queries/c/highlights.scm | |
+10 −0 | queries/xresources/folds.scm | |
+75 −0 | queries/xresources/highlights.scm | |
+5 −0 | queries/xresources/injections.scm | |
+12 −0 | queries/xresources/locals.scm |
Submodule git-completion
updated
9 files
+2 −2 | git-completion.plugin.zsh | |
+2 −14 | src/_git | |
+0 −0 | src/git-completion.bash | |
+0 −0 | src/git-prompt.sh | |
+1 −1 | t/test-lib.sh | |
+1 −2 | t/zsh/.zshrc | |
+0 −1 | t/zsh/_git | |
+3 −3 | tools/converts.json | |
+5 −5 | tools/update |