fent
fent
to reproduce - save the following as `repro.lua` ```lua -- DO NOT change the paths and don't remove the colorscheme local root = vim.fn.fnamemodify("./.repro", ":p") -- set stdpaths to use...
ah strange. maybe it's not called in the config?
how about, in the config, if the qflist is open, then repopulate the list?
the snippet above is a fix for when the plugin is lazy loaded when the qf first opens. if that happens, the fix could be placed inside of the plugin,...
neovim version: v0.9.0 to reproduce: - save the following as `repro.lua` ```lua -- DO NOT change the paths and don't remove the colorscheme local root = vim.fn.fnamemodify("./.repro", ":p") -- set...
maybe they populate the qflist in slightly different formats?
Thanks! I'm going to use that for now, but it'd be nice if it was baked in to the plugin
so if i'm understanding correctly, this change removes the getter/setter support completely?
did the last PR mitigate that, or are you still having issues? i'm open to changing the api but we'd have to have a way to keep getter/setter support. i...
There is https://github.com/chentoast/marks.nvim but it only supports 1 and 4. Maybe you can open up issues for the other features