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
I configured nvim-cmp to work with rust lsp. But for some reason pressing tab selects the second item in the completion list. In the example below, when I press tab, position_1 is selected instead of position_0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I configured nvim-cmp to work with rust lsp. But for some reason pressing tab selects the second item in the completion list. In the example below, when I press tab,
position_1
is selected instead ofposition_0
.What might have I missed configured?
This is my nvim-cmp config:
Beta Was this translation helpful? Give feedback.
All reactions