telescope-frecency.nvim/lua
JINNOUCHI Yasushi a6482c2fbf
feat: separate bootstrap logic to launch faster (#250)
* chore: track setup() time

* feat: avoid setup() to be called twice

* chore: track time between Database:start()

* feat: add bootstrap option to load DB in advance

* feat: initialize DB before frecency class starts

* chore: add more logging

* feat!: load DB in Neovim starting

only if the plugin is loaded non-lazily.

* fix: simplify logic for timer

* fix: detect error and safely finish

* chore: remove unnecessary method
2024-08-31 15:02:15 +09:00
..
frecency feat: separate bootstrap logic to launch faster (#250) 2024-08-31 15:02:15 +09:00
telescope/_extensions feat: call init process before telescope loading (#234) 2024-08-01 17:12:43 +09:00