feat(nvim): add hl for Mini*Word
This commit is contained in:
parent
a393e7f4bc
commit
d67649eb02
@ -140,6 +140,9 @@ return packer.startup({
|
|||||||
TelescopePreviewBorder = { bg = "NONE" },
|
TelescopePreviewBorder = { bg = "NONE" },
|
||||||
|
|
||||||
WinSeparator = { fg = colors.sumiInk4, bg = "NONE" },
|
WinSeparator = { fg = colors.sumiInk4, bg = "NONE" },
|
||||||
|
|
||||||
|
MiniCursorword = { bg = colors.sumiInk3 },
|
||||||
|
MiniCursorwordCurrent = { bg = colors.sumiInk3 },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user