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
According to neovim/nvim-lspconfig#1259 tsserver supports snippet completion now. Does this mean that ghost-text for args can now work? Is there something that needs to be set in capabilities to get it working?
Apologies if I'm misunderstanding the issue.
Previously closed issue for reference:
The ghost text content is determined by the LSP server (or custom source).
For example, gopls will show the function arguments as ghost text. So it is depending on the your server. I can't support it in nvim-cmp. Sorry.