mirror of
https://github.com/cap153/nvim.git
synced 2026-01-01 07:15:01 +08:00
多光标插件
This commit is contained in:
parent
04a6c1a384
commit
0927c2e32d
3 changed files with 52 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue