mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-24 04:18:03 +00:00
nvim-cmp: clarify in format description
This commit is contained in:
parent
52462be36b
commit
1b02bc3bb3
1 changed files with 2 additions and 2 deletions
|
@ -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`.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue