You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a way to name quickfix/location lists and refer them in future & came across your implantation. Given your note on front page, and the fact that I use ALE (https://github.com/dense-analysis/ale), I wonder if it is easy to just enable/use the named list feature with ALE?
The text was updated successfully, but these errors were encountered:
You can disable a lot of features with the options under :help qf-configuration but there is currently no way to only use named lists without bringing some possibly unwanted baggage.
FWIW, breaking up this monolith into individual plugins, has been kind of a long term goal but I have no idea when I will be able to tackle that project.
vim-qf itself would come back to its roots as a "quality of life" plugin.
:Keep and friends would get their own plugin because they are still much better than the related native features.
:Doline and :Dofile would disappear as they are no longer needed.
Named lists would get their own plugin too because they rock.
I was looking for a way to name quickfix/location lists and refer them in future & came across your implantation. Given your note on front page, and the fact that I use ALE (https://github.com/dense-analysis/ale), I wonder if it is easy to just enable/use the named list feature with ALE?
The text was updated successfully, but these errors were encountered: