-
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
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule gitsigns.nvim
updated
13 files
+5 −1 | .github/workflows/ci.yml | |
+3 −3 | Makefile | |
+1 −1 | README.md | |
+3 −3 | doc/gitsigns.txt | |
+0 −1 | lua/gitsigns/cache.lua | |
+0 −9 | lua/gitsigns/config.lua | |
+5 −4 | lua/gitsigns/current_line_blame.lua | |
+0 −2 | lua/gitsigns/hunks.lua | |
+97 −29 | lua/gitsigns/signs.lua | |
+0 −108 | lua/gitsigns/signs/extmarks.lua | |
+0 −187 | lua/gitsigns/signs/vimfn.lua | |
+1 −4 | test/gitsigns_spec.lua | |
+5 −16 | test/gs_helpers.lua |
Submodule nvim-highlight-colors
updated
3 files
+9 −0 | README.md | |
+4 −7 | lua/nvim-highlight-colors/init.lua | |
+35 −21 | lua/nvim-highlight-colors/utils.lua |
Submodule nvim-lspconfig
updated
3 files
+80 −6 | doc/server_configurations.md | |
+80 −6 | doc/server_configurations.txt | |
+6 −9 | scripts/docgen.lua |
Submodule nvim-treesitter-textobjects
updated
2 files
+2 −0 | README.md | |
+278 −0 | queries/inko/textobjects.scm |
Submodule telescope.nvim
updated
4 files
+2 −0 | doc/telescope.txt | |
+1 −1 | lua/telescope/builtin/__internal.lua | |
+1 −0 | lua/telescope/builtin/init.lua | |
+1 −1 | lua/telescope/make_entry.lua |