fix autocomplete off by default

This commit is contained in:
2026-05-15 01:49:15 -07:00
parent 6d8bf7621b
commit 3c82dfe4ad
+1 -1
View File
@@ -19,7 +19,7 @@ return {
}):map("<leader>uk")
opts.enabled = function()
return vim.b.completion ~= false
return vim.b.completion == true
end
return opts
end,