-
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
15 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
Submodule gitsigns.nvim
updated
7 files
+1 −4 | doc/gitsigns.txt | |
+51 −51 | lua/gitsigns.lua | |
+6 −1 | lua/gitsigns/git.lua | |
+2 −0 | lua/gitsigns/git/version.lua | |
+9 −0 | lua/gitsigns/util.lua | |
+6 −1 | lua/gitsigns/watcher.lua | |
+1 −7 | test/gs_helpers.lua |
Submodule leap.nvim
updated
7 files
+102 −211 | README.md | |
+45 −25 | doc/leap.txt | |
+8 −4 | fnl/leap/highlight.fnl | |
+22 −12 | fnl/leap/jump.fnl | |
+69 −63 | fnl/leap/main.fnl | |
+36 −30 | lua/leap/highlight.lua | |
+46 −40 | lua/leap/main.lua |
Submodule neogit
updated
52 files
Submodule noice.nvim
updated
3 files
+12 −0 | CHANGELOG.md | |
+1 −1 | doc/noice.nvim.txt | |
+4 −0 | lua/noice/util/hacks.lua |
Submodule none-ls.nvim
updated
7 files
Submodule nvim-dap
updated
37 files
+13 −0 | .busted | |
+15 −14 | .github/workflows/tests.yml | |
+2 −2 | README.md | |
+99 −4 | doc/dap.txt | |
+327 −242 | lua/dap.lua | |
+9 −6 | lua/dap/entity.lua | |
+27 −11 | lua/dap/ext/autocompl.lua | |
+12 −6 | lua/dap/ext/vscode.lua | |
+79 −0 | lua/dap/health.lua | |
+4 −0 | lua/dap/progress.lua | |
+1 −1 | lua/dap/protocol.lua | |
+12 −3 | lua/dap/repl.lua | |
+39 −34 | lua/dap/session.lua | |
+2 −0 | lua/dap/ui.lua | |
+9 −0 | lua/dap/utils.lua | |
+4 −0 | nvim-dap-scm-1.rockspec | |
+32 −8 | plugin/dap.lua | |
+0 −0 | spec/bad_adapter.py | |
+0 −0 | spec/breakpoints_spec.lua | |
+1 −1 | spec/debugpy_spec.lua | |
+0 −0 | spec/example.py | |
+1 −1 | spec/ext_vscode_spec.lua | |
+9 −2 | spec/helpers.lua | |
+16 −13 | spec/integration_spec.lua | |
+0 −0 | spec/launch.json | |
+1 −1 | spec/pipe_spec.lua | |
+5 −5 | spec/progress_spec.lua | |
+2 −2 | spec/repl_spec.lua | |
+1 −1 | spec/run_server.lua | |
+0 −0 | spec/server.lua | |
+73 −0 | spec/server_executable_spec.lua | |
+2 −2 | spec/sessions_spec.lua | |
+2 −2 | spec/ui_spec.lua | |
+0 −0 | spec/utils_spec.lua | |
+2 −2 | spec/widgets_spec.lua | |
+0 −3 | tests/minimal.vim | |
+0 −73 | tests/server_executable_spec.lua |
Submodule nvim-highlight-colors
updated
4 files
+8 −1 | README.md | |
+2 −2 | lua/nvim-highlight-colors/color/utils.lua | |
+10 −3 | lua/nvim-highlight-colors/init.lua | |
+3 −3 | lua/nvim-highlight-colors/utils.lua |
Submodule nvim-lspconfig
updated
3 files
+13 −4 | doc/server_configurations.md | |
+13 −4 | doc/server_configurations.txt | |
+2 −2 | lua/lspconfig/server_configurations/tsserver.lua |
Submodule nvim-surround
updated
7 files
+16 −0 | CHANGELOG.md | |
+1 −1 | doc/nvim-surround.txt | |
+8 −4 | lua/nvim-surround/config.lua | |
+16 −9 | lua/nvim-surround/init.lua | |
+1 −2 | lua/nvim-surround/input.lua | |
+15 −0 | tests/basics_spec.lua | |
+57 −0 | tests/configuration_spec.lua |
Submodule nvim-treesitter
updated
3 files
+17 −17 | lockfile.json | |
+3 −3 | queries/koto/locals.scm | |
+1 −1 | queries/odin/highlights.scm |
Submodule substitute.nvim
updated
2 files
+1 −0 | doc/substitute-nvim.txt | |
+1 −1 | lua/substitute/exchange.lua |
Submodule telescope.nvim
updated
8 files
+1 −1 | .github/FUNDING.yml | |
+3 −0 | README.md | |
+26 −0 | doc/telescope.txt | |
+21 −0 | lua/telescope/actions/init.lua | |
+57 −44 | lua/telescope/builtin/__lsp.lua | |
+1 −0 | lua/telescope/builtin/init.lua | |
+3 −0 | lua/telescope/mappings.lua | |
+4 −0 | lua/telescope/pickers.lua |