-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(telescope-frecency)!: remove support for sqlite.lua
#1019
Conversation
Signed-off-by: Charles Chiu <[email protected]>
sqlite.lua
dependencysqlite.lua
dependency
sqlite.lua
dependencysqlite.lua
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM, except for the NixOS part (I can’t test this right away).
p.s. We might also need to remove the "sqlite"-related section(s) from the wiki :D
@misumisumi would u might share some of your wisdom? lol |
When I updated it and used it, it seems to be working without any problems. |
I checked and it works fine without |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…r#1019) * migrate(tele-frecency): remove `sqlite.lua` dependency Signed-off-by: Charles Chiu <[email protected]> * chore: completely remove everything w/ sqlite.lua --------- Signed-off-by: Charles Chiu <[email protected]> Co-authored-by: Jint-lzxy <[email protected]>
…r#1019) * migrate(tele-frecency): remove `sqlite.lua` dependency Signed-off-by: Charles Chiu <[email protected]> * chore: completely remove everything w/ sqlite.lua --------- Signed-off-by: Charles Chiu <[email protected]> Co-authored-by: Jint-lzxy <[email protected]>
https://github.com/nvim-telescope/telescope-frecency.nvim?tab=readme-ov-file#remove-dependency-for-sqlitelua
WIP
might to trigger
:FrecencyMigrateDB
and:FrecencyValidate
to some ppl.