update readme

This commit is contained in:
Senghan Bright
2021-01-17 13:17:37 +01:00
parent dc37ed8dd0
commit c977ea5a46
2 changed files with 3 additions and 10 deletions

View File

@@ -3,14 +3,6 @@ local util = require("telescope._extensions.frecency.util")
local my_sorters = {}
-- local function split(s, delimiter)
-- local result = {}
-- for match in (s .. delimiter):gmatch("(.-)" .. delimiter) do
-- table.insert(result, match)
-- end
-- return result
-- end
local substr_highlighter = function(_, prompt, display)
local highlights = {}
display = display:lower()