Patrick Dewey
Patrick Dewey
I'm not sure if this is entirely what you are looking for, but I wrote a plugin called [YankBank](https://github.com/ptdewey/yankbank-nvim) that populates a popup window with recent register contents.
So I'm thinking it would be good to allow a few different options for persistence--file, sqlite db, or none. ~~I'm not entirely sure how to implement the sqlite method, but...
File persistence is nearly working, the only thing that needs to be added now is reading from the bank file each time the popup is opened to provide a shared...
Final persistence implementation is exclusively using sqlite since it works really well and is quite lightweight and can easily be installed `sqlite.lua`
Thanks for the PR! Telescope integration is something I'd be happy to merge in when its ready. I just tested this, and it is erroring out when selecting an entry...
I've done a bit of investigation on my own, I figured out that the character is represented by the first 3 bytes in each dictionary file. Printing the bytes of...
I would love to see something like nvim-cmp's `view.entries.follow_cursor = true` option (where the completion menu position follows the cursor position) Example from the CMP issue where the feature was...
> [@ptdewey](https://github.com/ptdewey) `completion.menu.draw.align_to = 'cursor'`: https://cmp.saghen.dev/configuration/reference.html#completion-menu-draw Oh sorry, I completely missed that! Sorry for the ping and thanks for the great work!
LICENSE.txt also has a similar grammatical mistake ("chose" instead of "choose"), but I didn't change it there because I was unsure if there is any special procedure for modifying license...