79220071

Date: 2024-11-24 12:37:11
Score: 0.5
Natty:
Report link

you can modify the CursorLine highlight group in your init.lua:

vim.o.cursorline = true -- Ensure the cursorline is enabled
vim.cmd([[
  highlight CursorLine guibg=#1e1e2e guifg=NONE
]])
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sujay_ks