mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
modified: modules/completion/nvim-cmp/nvim-cmp.nix
This commit is contained in:
parent
ad95175224
commit
acf592e8b1
5 changed files with 53 additions and 44 deletions
|
@ -49,10 +49,13 @@ with builtins; {
|
|||
'';
|
||||
type = types.str;
|
||||
default = "nvim_cmp_menu_map";
|
||||
example = ''
|
||||
example = nvim.nmd.literalAsciiDoc ''
|
||||
[source,lua]
|
||||
---
|
||||
function(entry, vim_item)
|
||||
return vim_item
|
||||
end
|
||||
---
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue