add: codeium config

This commit is contained in:
asep.komarudin 2024-06-05 12:28:31 +07:00
parent 8677303d6d
commit a0c81f7286
10 changed files with 308 additions and 234 deletions

View file

@ -24,4 +24,8 @@ _G.extract = function(text)
return result
end
_G.all_trim = function(s)
return s:match "^%s*(.-)%s*$"
end
return {}