add(nvim): cmp-spell

This commit is contained in:
Léana 江 2023-11-20 22:43:38 +01:00 committed by Léana 江
parent 84bd7caa18
commit 17f689f52f
4 changed files with 26 additions and 4 deletions

View file

@ -14,4 +14,8 @@ M.Foreach = function(tbl, f)
end
end
M.Contains = function(tbl, elem)
return tbl[elem] ~= nil
end
return M