nvim-cmp: clarify in format description

This commit is contained in:
diniamo 2024-10-08 15:06:45 +02:00
parent 52462be36b
commit 1b02bc3bb3

View file

@ -81,8 +81,8 @@ in {
'';
description = ''
The function used to customize the completion menu entires. This is
outside of `setupOpts` because of internal reasons, make sure to use
this one, instead of its `setupOpts` equivalent.
outside of `setupOpts` to allow for an easier integration with
lspkind.nvim.
See `:help cmp-config.formatting.format`.
'';