echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.74k stars 179 forks source link

mini.extra - Remove visits.label within mini.pick #823

Closed grierson closed 4 months ago

grierson commented 4 months ago

Contributing guidelines

Module(s)

mini.extra, mini.visits, mini.pick

Description

When using MiniExtra.pickers.visit_paths() Press C-d on selected item to MiniVisits.remove_label()

echasnovski commented 4 months ago

Thanks for the suggestion!

All pickers in 'mini.pick' and 'mini.extra' are mostly designed for picking and not manipulating items. Taking into account that this should be doable in custom mapping, I don't think this is a good idea to add to MiniExtra.pickers.visit_paths().

Closing as not planned.