AckslD / nvim-neoclip.lua

Clipboard manager neovim plugin with telescope integration
931 stars 19 forks source link

Suggestion: Why not using the `require("telescope.builtin").registers()` history #116

Closed Zeioth closed 4 months ago

Zeioth commented 4 months ago

Telescope has a built in option that does about the same as this plugin. The downside is you don't get a preview.

There is any chance we could use this history instead of sqlite? That would remove the system dependency.

AckslD commented 4 months ago

Hi @Zeioth, that doesn't store a history right?

Zeioth commented 4 months ago

I was wrong sorry, it only contain the last value of every register.