Closed centuryx476 closed 1 month ago
That config doesn't look right @centuryx476
Try this if you haven't:
return {
"DanilaMihailov/beacon.nvim",
opts = {
enabled = true,
speed = 2,
width = 40,
winblend = 70,
fps = 60,
min_jump = 10,
cursor_events = {"CursorMoved"},
window_events = { "WinEnter", "FocusGained" },
highlight = { bg = "green", ctermbg = 15 },
},
}
Thank you, That did the trick...
No matter what color I change it too. It stays white. This is a pretty simple setup I have. LazyVim config, I put the beacon.lua config in its own file and load it in the init.lua