diff options
Diffstat (limited to 'lua/pets/utils.lua')
| -rw-r--r-- | lua/pets/utils.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/pets/utils.lua b/lua/pets/utils.lua index 366de2a..dbf1191 100644 --- a/lua/pets/utils.lua +++ b/lua/pets/utils.lua @@ -88,13 +88,4 @@ function M.parse_popup_hl(highlight) ) end -function M.table_includes(table, key) - for _, value in ipairs(table) do - if value == key then - return true - end - end - return false -end - return M |