mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +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 =
|
autocomplete =
|
||||||
if (isNull cfg.completion.autocomplete)
|
if (isNull cfg.completion.autocomplete)
|
||||||
then null
|
then null
|
||||||
else mkRaw cfg.completion.autocomplete;
|
else helpers.mkRaw cfg.completion.autocomplete;
|
||||||
completeopt = cfg.completion.completeopt;
|
completeopt = cfg.completion.completeopt;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue