mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
fix: nvim-cmp: missing "helpers." in "helpers.mkRaw" (#229)
This commit is contained in:
parent
0989017145
commit
e643bcd5d0
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ in {
|
|||
autocomplete =
|
||||
if (isNull cfg.completion.autocomplete)
|
||||
then null
|
||||
else mkRaw cfg.completion.autocomplete;
|
||||
else helpers.mkRaw cfg.completion.autocomplete;
|
||||
completeopt = cfg.completion.completeopt;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue