Skip to content

Commit 6818250

Browse files
committed
perf(#3257): remove rename-file setup
1 parent 2036eec commit 6818250

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lua/nvim-tree/actions/fs/rename-file.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,4 @@ function M.rename_full(node)
192192
prompt_to_rename(node, ":p")
193193
end
194194

195-
function M.setup(opts)
196-
config.g.filesystem_watchers = opts.filesystem_watchers
197-
end
198-
199195
return M

0 commit comments

Comments
 (0)