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 = '' description = ''
The function used to customize the completion menu entires. This is The function used to customize the completion menu entires. This is
outside of `setupOpts` because of internal reasons, make sure to use outside of `setupOpts` to allow for an easier integration with
this one, instead of its `setupOpts` equivalent. lspkind.nvim.
See `:help cmp-config.formatting.format`. See `:help cmp-config.formatting.format`.
''; '';