Skip to content

Advanced techniques

Kai Groner edited this page Jan 11, 2022 · 15 revisions

This page contains advanced techniques.

Managing completion timing completely

nvim-cmp has the Programatic API. So you can manage the completion behavior by yourself.

See https://github.com/hrsh7th/nvim-cmp/issues/519#issuecomment-969674104

Disabling completion in certain contexts, such as comments

See https://github.com/hrsh7th/nvim-cmp/pull/676#issuecomment-1002532096

Clone this wiki locally