prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.13k stars 305 forks source link

Set meaningful title to QuickFix window instead of ":setqflist()" #1502

Closed Jorenar closed 11 months ago

Jorenar commented 1 year ago

This is basically a continuation and generalization of solution from PR #936

Additionally it'll probably also fix #293 and #1483

Jorenar commented 11 months ago

@prabirshrestha @mattn @hrsh7th @thomasfaingnaert @rhysd Could you please have a look? :)

prabirshrestha commented 11 months ago

Merged. Thanks!