prabirshrestha / vim-lsp

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

Weird output when using `:tselect` <tag> #1509

Open chrg127 opened 8 months ago

chrg127 commented 8 months ago

Hello. This is a minor problem, but I think it'd be nice to get nicer output when using :tselect (and similar commands like :tjump). Right now it looks like this:

a

You can notice especially the line and column number being broken (to the point that it took me a while before noticing they're line and column numbers). Contrast this output with another plugin, vim-gutentags:

b

I think such an output, perhaps with the added capability of customizing it, would be nice.