fix: nvim-cmp: missing "helpers." in "helpers.mkRaw" (#229)

This commit is contained in:
Babeuh 2023-03-08 09:21:49 +01:00 committed by GitHub
parent 0989017145
commit e643bcd5d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}; };