-
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
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule gitsigns.nvim
updated
6 files
+5 −0 | lua/gitsigns.lua | |
+4 −3 | lua/gitsigns/attach.lua | |
+1 −1 | lua/gitsigns/cache.lua | |
+6 −3 | lua/gitsigns/debug/log.lua | |
+2 −2 | lua/gitsigns/git.lua | |
+3 −0 | test/gs_helpers.lua |
Submodule neovim-session-manager
updated
3 files
+15 −13 | README.md | |
+1 −0 | lua/session_manager/config.lua | |
+21 −0 | lua/session_manager/init.lua |
Submodule noice.nvim
updated
4 files
+0 −6 | README.md | |
+1 −7 | doc/noice.nvim.txt | |
+3 −2 | lua/noice/config/cmdline.lua | |
+2 −1 | lua/noice/ui/cmdline.lua |
Submodule nvim-surround
updated
4 files
+7 −0 | CHANGELOG.md | |
+1 −2 | lua/nvim-surround/config.lua | |
+15 −2 | lua/nvim-surround/input.lua | |
+8 −6 | tests/configuration_spec.lua |
Submodule nvim-web-devicons
updated
2 files
+36 −6 | lua/nvim-web-devicons/icons-default.lua | |
+36 −6 | lua/nvim-web-devicons/icons-light.lua |
Submodule octo.nvim
updated
3 files
+2 −2 | lua/octo/autocmds.lua | |
+1 −1 | lua/octo/config.lua | |
+3 −1 | lua/octo/init.lua |