feat(marks): add bulk move action (#1419)

This commit is contained in:
Kiyan
2022-07-17 08:25:11 +02:00
committed by GitHub
parent 208ce0b153
commit 26512c369f
6 changed files with 70 additions and 13 deletions

View File

@@ -66,6 +66,7 @@ end
function M.setup(opts)
vim.fn.sign_define(SIGN_NAME, { text = opts.renderer.icons.glyphs.bookmark, texthl = "NvimTreeBookmark" })
require("nvim-tree.marks.bulk-move").setup(opts)
end
return M