romainl / vim-qf

Tame the quickfix window.
MIT License
629 stars 34 forks source link

Modularize: Is it possible to just use named list feature? #116

Open poetaman opened 3 years ago

poetaman commented 3 years ago

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?

romainl commented 3 years ago

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.