Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Daniel Yrovas
f876f9acbe
add dic 2022-03-29 12:12:35 +11:00

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,
}