This commit is contained in:
Daniel Yrovas 2022-03-29 12:12:35 +11:00
parent 8609852a1e
commit f876f9acbe
Signed by: danielyrovas
GPG key ID: C181BAC70BDE7C00

View file

@ -0,0 +1,11 @@
local status_ok, dic = pcall (require, "cmp_dictionary")
if not status_ok then
return
end
dic.setup {
dic = {
["*"] = { "/usr/share/dict/words"}
},
first_case_insensitive = true,
async = true,
}