nvim-lua / lsp_extensions.nvim

Repo to hold a bunch of info & extension callbacks for built-in LSP. Use at your own risk :wink:
MIT License
212 stars 19 forks source link

allow multiple hints per line #27

Open ebobrow opened 3 years ago

ebobrow commented 3 years ago

This allows multiple hints to be displayed on a line, as mentioned in https://github.com/nvim-lua/lsp_extensions.nvim/issues/14#issuecomment-772909849. The current implementation only allows hints of the same kind to appear on a line because I think that's more readable, but I can change that if desired.