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