nvim-telescope / telescope-frecency.nvim

A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
MIT License
777 stars 37 forks source link

refactor(*): use latest sqlite.lua api + general refactor #35

Closed kkharji closed 1 year ago

kkharji commented 3 years ago

Changes:

FIX:

TODO:

kkharji commented 3 years ago

db.db.uri = db.config.db_root and db.config.db_root or db.db.uri should be db.db.uri = db.config.db_root and db.config.db_root .. "default_name" or db.db.uri

kkharji commented 2 years ago

since @sunjon doesn't seem to have time or interest to review this, I'm closing it.

clason commented 2 years ago

@tami5 that's a pity, I was looking forward to it... Would you reconsider?

kkharji commented 2 years ago

Hey @clason, sorry about that, yes, let me restore for now and try to find time later to go into it. What's missing I believe is some testing to confirm everything works and the manual merge of new changes.

delphinus commented 1 year ago

@kkharji @Conni2461

I'm writing refactor-again branch (#93) to merge this into master. Can I take over this branch?

kkharji commented 1 year ago

@delphinus 😍 please do. I really was too occupied to attend this. Thank you.