feat: add correct cursor color
This commit is contained in:
parent
1f14c5a0d1
commit
8605e52279
@ -2,6 +2,7 @@ local M = {}
|
|||||||
|
|
||||||
---@class HighlightsProvider
|
---@class HighlightsProvider
|
||||||
---@field highlights table<string, Highlight>
|
---@field highlights table<string, Highlight>
|
||||||
|
---@field setup fun()
|
||||||
|
|
||||||
---@type HighlightsProvider[]
|
---@type HighlightsProvider[]
|
||||||
local providers = {
|
local providers = {
|
||||||
@ -17,6 +18,7 @@ function M.setup()
|
|||||||
for _, provider in ipairs(providers) do
|
for _, provider in ipairs(providers) do
|
||||||
provider:setup()
|
provider:setup()
|
||||||
end
|
end
|
||||||
|
vim.opt.guicursor:append("a:Cursor/lCursor")
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
Loading…
Reference in New Issue
Block a user