Skip to content

Document how to trigger suggestions in Neovim

What does this MR do and why?

Addresses internal feedback in #405152 (comment 1629445149):

Another piece of docs feedback: the "Use code suggestions docs" say:

To accept a suggestion, press Tab.

This is true for VSCode and perhaps other integrations, but is not true for Neovim. The Neovim extension requires "ctrl-x ctrl-o" to generate code completion with Code Suggestions.

This MR documents how to trigger Code Suggestions in Neovim, based on the instructions in the project readme: https://gitlab.com/gitlab-org/editor-extensions/gitlab.vim#omni-completion

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Check the review app.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports