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
rust-analyzer 2024-10-07 and newer does not send the textEdit completion property by if the client can resolve it lazily, introduced in rust-lang/rust-analyzer#18167.
cmp-nvim-lsp includes textEdit in its default_capabilities but does not seem to resolve it lazily, breaking completion:
Observed with textEdit in capabilities:
(pressing Enter to complete)
Expected, without textEdit in capabilities:
(pressing Enter to complete)
ouuan, kalvinpearce, coder3101, DriedYellowPeach, tan-wei and 14 more