feat(#1804): add api.marks.bulk.delete with default bd mapping (#2276)

This commit is contained in:
Alexander Courtis
2023-06-18 14:09:11 +10:00
committed by GitHub
parent d4f6d33496
commit bdceaf5096
8 changed files with 93 additions and 24 deletions

View File

@@ -75,6 +75,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-delete").setup(opts)
require("nvim-tree.marks.bulk-move").setup(opts)
end