-
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 LuaSnip
updated
11 files
Submodule gitlinker.nvim
updated
26 files
+19 −0 | .github/ISSUE_TEMPLATE/bug.md | |
+38 −4 | .github/workflows/ci.yml | |
+5 −2 | .luacheckrc | |
+1 −0 | .luacov | |
+2 −0 | .styluaignore | |
+19 −0 | CHANGELOG.md | |
+99 −69 | README.md | |
+1 −0 | codecov.yml | |
+71 −81 | lua/gitlinker.lua | |
+0 −282 | lua/gitlinker/async.lua | |
+251 −64 | lua/gitlinker/commons/async.lua | |
+0 −29 | lua/gitlinker/commons/buffers.lua | |
+1 −0 | lua/gitlinker/commons/fileios.lua | |
+3 −7 | lua/gitlinker/commons/spawn.lua | |
+1 −5 | lua/gitlinker/commons/uv.lua | |
+1 −1 | lua/gitlinker/commons/version.txt | |
+0 −32 | lua/gitlinker/commons/windows.lua | |
+1 −1 | lua/gitlinker/git.lua | |
+484 −0 | lua/gitlinker/giturlparser.lua | |
+28 −121 | lua/gitlinker/linker.lua | |
+7 −11 | lua/gitlinker/routers.lua | |
+92 −65 | test/git_spec.lua | |
+90 −106 | test/gitlinker_spec.lua | |
+22 −0 | test/highlight_spec.lua | |
+45 −94 | test/linker_spec.lua | |
+1 −0 | version.txt |
Submodule gitsigns.nvim
updated
4 files
+1 −0 | README.md | |
+6 −0 | doc/gitsigns.txt | |
+4 −1 | lua/gitsigns.lua | |
+9 −0 | lua/gitsigns/config.lua |
Submodule leap.nvim
updated
3 files
+40 −129 | README.md | |
+3 −3 | doc/leap.txt | |
+11 −19 | fnl/leap/search.fnl |
Submodule neogit
updated
4 files
+1 −1 | README.md | |
+8 −1 | lua/neogit/buffers/common.lua | |
+23 −14 | lua/neogit/lib/json.lua | |
+1 −1 | tests/specs/neogit/lib/json_spec.lua |
Submodule nui.nvim
updated
4 files
+8 −1 | lua/nui/layout/README.md | |
+8 −1 | lua/nui/popup/README.md | |
+1 −0 | lua/nui/utils/init.lua | |
+78 −25 | tests/nui/popup/init_spec.lua |
Submodule nvim-lspconfig
updated
3 files
+51 −0 | doc/server_configurations.md | |
+51 −0 | doc/server_configurations.txt | |
+37 −0 | lua/lspconfig/server_configurations/lwc_ls.lua |
Submodule nvim-notify
updated
4 files
+8 −2 | doc/nvim-notify.txt | |
+1 −1 | lua/notify/init.lua | |
+2 −0 | lua/notify/render/init.lua | |
+5 −5 | lua/notify/render/wrapped-compact.lua |
Submodule nvim-treesitter
updated
11 files
Submodule nvim-web-devicons
updated
3 files
+15 −7 | lua/nvim-web-devicons.lua | |
+1 −1 | lua/nvim-web-devicons/icons-default.lua | |
+1 −1 | lua/nvim-web-devicons/icons-light.lua |
Submodule telescope.nvim
updated
11 files
+9 −29 | doc/telescope.txt | |
+3 −2 | lua/telescope/builtin/__files.lua | |
+2 −1 | lua/telescope/builtin/__git.lua | |
+18 −8 | lua/telescope/builtin/__internal.lua | |
+0 −10 | lua/telescope/builtin/init.lua | |
+25 −33 | lua/telescope/debounce.lua | |
+7 −20 | lua/telescope/make_entry.lua | |
+32 −5 | lua/telescope/pickers.lua | |
+1 −2 | lua/telescope/previewers/buffer_previewer.lua | |
+36 −0 | lua/telescope/utils.lua | |
+45 −0 | lua/tests/automated/utils_spec.lua |
Submodule text-case.nvim
updated
5 files