Skip to content

Commit

Permalink
Bump the submodules group with 9 updates (#5779)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent d85ce08 commit 825aae0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion nvim/plugins/nvim-lspconfig
2 changes: 1 addition & 1 deletion nvim/plugins/nvim-tree
Submodule nvim-tree updated 39 files
+8 −8 .github/ISSUE_TEMPLATE/nvt-min.lua
+6 −5 .luacheckrc
+2 −2 .luarc.json
+1 −1 lua/nvim-tree.lua
+18 −8 lua/nvim-tree/actions/finders/find-file.lua
+3 −1 lua/nvim-tree/actions/fs/clipboard.lua
+11 −22 lua/nvim-tree/actions/fs/create-file.lua
+5 −1 lua/nvim-tree/actions/fs/rename-file.lua
+15 −14 lua/nvim-tree/actions/moves/item.lua
+15 −14 lua/nvim-tree/actions/moves/parent.lua
+9 −9 lua/nvim-tree/actions/node/open-file.lua
+5 −2 lua/nvim-tree/actions/tree/modifiers/collapse-all.lua
+20 −6 lua/nvim-tree/actions/tree/modifiers/expand-all.lua
+19 −13 lua/nvim-tree/api.lua
+40 −0 lua/nvim-tree/class.lua
+2 −0 lua/nvim-tree/explorer/filters.lua
+20 −18 lua/nvim-tree/explorer/init.lua
+12 −7 lua/nvim-tree/explorer/live-filter.lua
+3 −1 lua/nvim-tree/explorer/sorters.lua
+1 −1 lua/nvim-tree/explorer/watch.lua
+22 −9 lua/nvim-tree/git/init.lua
+1 −0 lua/nvim-tree/help.lua
+1 −1 lua/nvim-tree/keymap.lua
+1 −1 lua/nvim-tree/lib.lua
+20 −1 lua/nvim-tree/log.lua
+54 −0 lua/nvim-tree/node/directory-link.lua
+173 −7 lua/nvim-tree/node/directory.lua
+25 −8 lua/nvim-tree/node/factory.lua
+50 −0 lua/nvim-tree/node/file-link.lua
+23 −7 lua/nvim-tree/node/file.lua
+36 −242 lua/nvim-tree/node/init.lua
+0 −89 lua/nvim-tree/node/link.lua
+22 −11 lua/nvim-tree/renderer/builder.lua
+18 −2 lua/nvim-tree/renderer/components/icons.lua
+1 −0 lua/nvim-tree/renderer/components/padding.lua
+4 −14 lua/nvim-tree/renderer/decorator/init.lua
+2 −0 lua/nvim-tree/renderer/init.lua
+28 −4 lua/nvim-tree/utils.lua
+2 −0 lua/nvim-tree/view.lua
2 changes: 1 addition & 1 deletion nvim/plugins/nvim-treesitter
2 changes: 1 addition & 1 deletion nvim/plugins/nvim-treesitter-textobjects
2 changes: 1 addition & 1 deletion nvim/plugins/tmux
Submodule tmux updated 1 files
+20 −16 lua/tmux/resize.lua
2 changes: 1 addition & 1 deletion tools/fzf
Submodule fzf updated 3 files
+1 −1 go.mod
+2 −2 go.sum
+1 −1 src/reader.go
2 changes: 1 addition & 1 deletion tools/git-quick-stats
2 changes: 1 addition & 1 deletion vim/pack/03_plugins/start/localvimrc

0 comments on commit 825aae0

Please sign in to comment.