多光标插件

This commit is contained in:
a770 2025-01-21 16:45:37 +08:00
parent 04a6c1a384
commit 0927c2e32d
3 changed files with 52 additions and 3 deletions

View file

@ -11,7 +11,7 @@ return {
color_transparency = 0.15,
-- The 24-bit colors to mix with the background. Specified in hex.
-- { 0xffff40, 0x79ff79, 0xff79ff, 0x4fecec, } by default
colors = { 0xff0000, 0x00ff00, 0x0000ff, 0xffff40, 0x79ff79, 0xff79ff, 0x4fecec},
colors = {"0xff0000","0x00ff00","0x0000ff","0xffff40","0x79ff79","0xff79ff","0x4fecec"},
}))
-- local highlight = {