fix autocomplete off by default
This commit is contained in:
@@ -19,7 +19,7 @@ return {
|
|||||||
}):map("<leader>uk")
|
}):map("<leader>uk")
|
||||||
|
|
||||||
opts.enabled = function()
|
opts.enabled = function()
|
||||||
return vim.b.completion ~= false
|
return vim.b.completion == true
|
||||||
end
|
end
|
||||||
return opts
|
return opts
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user