Skip to content

Commit

Permalink
remove unused static setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Jan 23, 2025
1 parent 0703c47 commit aa6fe10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lua/nvim-tree/actions/node/buffer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,4 @@ function M.delete_buffer(mode, filename, opts)
buf_fn({ filename, bang = force })
end

function M.setup(_)
end

return M
1 change: 0 additions & 1 deletion lua/nvim-tree/actions/node/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function M.setup(opts)
require("nvim-tree.actions.node.system-open").setup(opts)
require("nvim-tree.actions.node.file-popup").setup(opts)
require("nvim-tree.actions.node.open-file").setup(opts)
require("nvim-tree.actions.node.buffer").setup(opts)
end

return M

0 comments on commit aa6fe10

Please sign in to comment.