diff options
Diffstat (limited to 'lua/no-clown-fiesta/hop.lua')
-rw-r--r-- | lua/no-clown-fiesta/hop.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lua/no-clown-fiesta/hop.lua b/lua/no-clown-fiesta/hop.lua deleted file mode 100644 index 341c6ff..0000000 --- a/lua/no-clown-fiesta/hop.lua +++ /dev/null @@ -1,12 +0,0 @@ -local M = {} - -function M.highlight(palette) - return { - HopNextKey = { fg = palette.cyan, style = "bold" }, - HopNextKey1 = { fg = palette.red, style = "bold" }, - HopNextKey2 = { fg = palette.gray_blue }, - HopUnmatched = { fg = palette.gray }, - } -end - -return M |