fix autocomplete off by default
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user