Closed gbcreation closed 1 month ago
Can you test if #473 fixes your issue? Fixes it for me. Unfortunately since I had to change the ID generation algorithm, your existing frecency data will be invalid, so feel free to run :LegendaryFrecencyReset
It fixes the issue, but every time I open Legendary, this error occurs:
Failed to sort items: "...nvim/lazy/legendary.nvim/lua/legendary/data/itemlist.lua:167: attempt to call field 'sql_escape' (a nil value)"
Actually, this error occurred because I run the :LegendaryFrecencyReset
command and did not restarted nvim. After restarting, all is good! :+1:
Thank you very much for the fix.
Similar Issues
Neovim Version
Steps to Reproduce
Configure the nvim-surround plugin with Lazy.nvim like this:
The
lazy_nvim
extension and the frecency sorting enabled.Expected Behavior
No error when selecting the keymaps in the Legendary list.
Actual Behavior
The following error occurs:
Minimal Configuration to Reproduce
Output from :LegendaryLog
``` ```:LegendaryLog
output (click to expand)Additional Details and/or Screenshots
No response