feat(nvim): add hl for Mini*Word

This commit is contained in:
Price Hiller 2022-09-16 06:04:09 -05:00
parent a393e7f4bc
commit d67649eb02

View File

@ -140,6 +140,9 @@ return packer.startup({
TelescopePreviewBorder = { bg = "NONE" },
WinSeparator = { fg = colors.sumiInk4, bg = "NONE" },
MiniCursorword = { bg = colors.sumiInk3 },
MiniCursorwordCurrent = { bg = colors.sumiInk3 },
},
})
end,