-
Notifications
You must be signed in to change notification settings - Fork 3
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
21 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
Submodule LuaSnip
updated
7 files
+8 −2 | DOC.md | |
+8 −2 | doc/luasnip.txt | |
+1 −0 | lua/luasnip/config.lua | |
+1 −0 | lua/luasnip/default_config.lua | |
+12 −2 | lua/luasnip/init.lua | |
+7 −1 | tests/integration/session_spec.lua | |
+102 −0 | tests/integration/snippet_basics_spec.lua |
Submodule crates.nvim
updated
3 files
+1 −1 | lua/crates/edit.lua | |
+24 −21 | lua/crates/src/common.lua | |
+2 −1 | lua/crates/types.lua |
Submodule gitsigns.nvim
updated
10 files
+2 −0 | .github/workflows/release-please.yml | |
+1 −1 | .release-please-manifest.json | |
+9 −0 | CHANGELOG.md | |
+1 −1 | doc/gitsigns.txt | |
+1 −1 | gen_help.lua | |
+9 −2 | lua/gitsigns/actions.lua | |
+0 −5 | lua/gitsigns/attach.lua | |
+1 −1 | lua/gitsigns/git.lua | |
+1 −1 | lua/gitsigns/manager.lua | |
+13 −12 | lua/gitsigns/util.lua |
Submodule neogit
updated
10 files
+1 −1 | README.md | |
+2 −2 | lua/neogit.lua | |
+1 −0 | lua/neogit/buffers/rebase_editor/init.lua | |
+3 −0 | lua/neogit/config.lua | |
+9 −0 | lua/neogit/lib/buffer.lua | |
+33 −19 | lua/neogit/lib/git/cli.lua | |
+22 −21 | lua/neogit/lib/git/remote.lua | |
+1 −1 | lua/neogit/lib/git/status.lua | |
+1 −0 | lua/neogit/status.lua | |
+41 −7 | tests/specs/neogit/lib/git/remote_spec.lua |
Submodule noice.nvim
updated
7 files
+12 −0 | CHANGELOG.md | |
+2 −1 | doc/noice.nvim.txt | |
+7 −7 | lua/noice/lsp/progress.lua | |
+14 −2 | lua/noice/message/router.lua | |
+1 −1 | lua/noice/util/ffi.lua | |
+10 −2 | lua/noice/util/hacks.lua | |
+7 −1 | lua/noice/view/init.lua |
Submodule nui.nvim
updated
5 files
+3 −2 | lua/nui/input/init.lua | |
+7 −4 | lua/nui/layout/init.lua | |
+3 −0 | lua/nui/layout/utils.lua | |
+15 −2 | scripts/test.sh | |
+4 −2 | tests/nui/layout/utils_spec.lua |
Submodule nvim-lspconfig
updated
12 files
Submodule nvim-surround
updated
5 files
+7 −0 | CHANGELOG.md | |
+2 −6 | lua/nvim-surround/buffer.lua | |
+1 −3 | lua/nvim-surround/init.lua | |
+22 −12 | lua/nvim-surround/patterns.lua | |
+31 −0 | tests/basics_spec.lua |
Submodule nvim-treesitter
updated
120 files
Submodule nvim-treesitter-context
updated
4 files
+1 −0 | README.md | |
+1 −1 | lua/treesitter-context/render.lua | |
+101 −0 | queries/tact/context.scm | |
+183 −0 | test/test.tact |
Submodule nvim-web-devicons
updated
3 files
+2 −0 | lua/nvim-web-devicons.lua | |
+69 −3 | lua/nvim-web-devicons/icons-default.lua | |
+69 −3 | lua/nvim-web-devicons/icons-light.lua |
Submodule telescope.nvim
updated
5 files