AckslD / nvim-neoclip.lua

Clipboard manager neovim plugin with telescope integration
944 stars 20 forks source link

Possibility to delete one item #30

Closed sphynx79 closed 2 years ago

sphynx79 commented 2 years ago

is there one command in telescope windows to delete one registry entry?

Thanks

AckslD commented 2 years ago

Hi @sphynx79! That's sounds like it would be a usable functionality :) Could you describe a bit more your usecase, for example would you like to keep the telescope window open after deleting the entry? If the window can close after, then it will be quite easy in the current framework but if it should stay open such that you can keep deleting entries then it would require a bit of refactoring of the code.

Btw, if you want this functionality sooner, PRs are most welcome :)

AckslD commented 2 years ago

@sphynx79 This is now implemented in #54 which I'll probably merge in a few days :) Feel free to try it out.