-
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
28 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
Submodule bufferline.nvim
updated
6 files
+12 −0 | CHANGELOG.md | |
+8 −0 | doc/bufferline.txt | |
+2 −0 | lua/bufferline.lua | |
+12 −0 | lua/bufferline/commands.lua | |
+8 −1 | lua/bufferline/tabpages.lua | |
+1 −1 | lua/bufferline/types.lua |
Submodule crates.nvim
updated
18 files
+13 −3 | .github/workflows/CI.yml | |
+13 −10 | CONTRIBUTING.md | |
+4 −0 | Makefile | |
+3 −2 | README.md | |
+58 −47 | doc/crates.txt | |
+18 −23 | docgen/gen_doc.lua | |
+2 −2 | docgen/templates/README.md.in | |
+10 −6 | docgen/templates/crates.txt.in | |
+36 −19 | docgen/templates/documentation.md.in | |
+51 −33 | docgen/wiki/Documentation-unstable.md | |
+345 −457 | lua/crates/config/init.lua | |
+387 −0 | lua/crates/config/types.lua | |
+2 −1 | lua/crates/diagnostic.lua | |
+1 −1 | lua/crates/edit.lua | |
+2 −2 | lua/crates/init.lua | |
+3 −0 | lua/crates/lsp.lua | |
+4 −4 | lua/crates/popup/features.lua | |
+62 −0 | scripts/gen_types.lua |
Submodule gitsigns.nvim
updated
15 files
+1 −1 | .github/workflows/ci.yml | |
+2 −2 | Makefile | |
+1 −1 | README.md | |
+2 −2 | doc/gitsigns.txt | |
+0 −1 | lua/gitsigns.lua | |
+1 −1 | lua/gitsigns/config.lua | |
+5 −3 | lua/gitsigns/highlight.lua | |
+11 −41 | test/client/msgpack_rpc_stream.lua | |
+1 −1 | test/client/session.lua | |
+2 −2 | test/gitdir_watcher_spec.lua | |
+11 −5 | test/gitsigns_spec.lua | |
+1 −0 | test/gs_helpers.lua | |
+3 −3 | test/helpers.lua | |
+21 −6 | test/highlights_spec.lua | |
+235 −108 | test/screen.lua |
Submodule leap.nvim
updated
8 files
+14 −7 | README.md | |
+19 −26 | doc/leap.txt | |
+1 −1 | fnl/leap/init.fnl | |
+177 −178 | fnl/leap/main.fnl | |
+33 −41 | fnl/leap/user.fnl | |
+2 −2 | lua/leap/init.lua | |
+289 −337 | lua/leap/main.lua | |
+37 −49 | lua/leap/user.lua |
Submodule neogit
updated
11 files
Submodule neovim-session-manager
updated
3 files
+18 −0 | lua/session_manager/init.lua | |
+4 −0 | lua/session_manager/subcommands.lua | |
+1 −1 | plugin/session_manager.lua |
Submodule noice.nvim
updated
8 files
+2 −2 | README.md | |
+3 −3 | doc/noice.nvim.txt | |
+1 −1 | lua/noice/text/block.lua | |
+1 −1 | lua/noice/text/treesitter.lua | |
+1 −1 | lua/noice/ui/init.lua | |
+13 −2 | lua/noice/util/init.lua | |
+1 −1 | lua/noice/util/nui.lua | |
+3 −1 | lua/noice/view/init.lua |
Submodule none-ls.nvim
updated
8 files
Submodule nvim-highlight-colors
updated
4 files
+4 −4 | README.md | |
+29 −0 | lua/nvim-highlight-colors/init.lua | |
+14 −0 | lua/nvim-highlight-colors/utils.lua | |
+0 −15 | plugin/nvim-highlight-colors.vim |
Submodule nvim-lspconfig
updated
19 files
Submodule nvim-treesitter
updated
67 files
Submodule nvim-treesitter-context
updated
5 files
+12 −3 | README.md | |
+1 −0 | lua/treesitter-context.lua | |
+5 −4 | lua/treesitter-context/render.lua | |
+8 −0 | queries/c/context.scm | |
+29 −0 | test/test.c |
Submodule nvim-treesitter-cpp-tools
updated
4 files
+32 −17 | lua/nt-cpp-tools/internal.lua | |
+19 −35 | queries/cpp/outside_class_def.scm | |
+3 −1 | scripts/minimal_setup.lua | |
+67 −0 | test/implement_functions.txt |
Submodule nvim-treesitter-textobjects
updated
2 files
+2 −2 | queries/ecma/textobjects.scm | |
+1 −1 | queries/typescript/textobjects.scm |
Submodule nvim-web-devicons
updated
4 files
+1 −1 | .pre-commit-config.yaml | |
+5 −0 | lua/nvim-web-devicons.lua | |
+79 −1 | lua/nvim-web-devicons/icons-default.lua | |
+79 −1 | lua/nvim-web-devicons/icons-light.lua |
Submodule octo.nvim
updated
5 files
+17 −0 | README.md | |
+10 −1 | lua/octo/commands.lua | |
+4 −0 | lua/octo/config.lua | |
+3 −0 | lua/octo/mappings.lua | |
+2 −0 | lua/tests/plenary/config_spec.lua |
Submodule telescope.nvim
updated
6 files
+3 −3 | developers.md | |
+2 −2 | doc/telescope.txt | |
+1 −1 | lua/telescope/actions/state.lua | |
+1 −1 | lua/telescope/builtin/__files.lua | |
+14 −7 | lua/telescope/mappings.lua | |
+18 −7 | lua/telescope/previewers/buffer_previewer.lua |
Submodule toggleterm.nvim
updated
4 files
+4 −1 | README.md | |
+5 −2 | doc/toggleterm.txt | |
+2 −0 | lua/toggleterm/config.lua | |
+8 −1 | lua/toggleterm/ui.lua |