gorbit99 / codewindow.nvim

MIT License
431 stars 16 forks source link

[Feature Request] Cursor highlight group #39

Closed tis-rpage closed 1 year ago

tis-rpage commented 1 year ago

Could a cursor highlight group be added to change the text color for the braille on the lines the cursor covers.

How the cursor location is set is great, but adding a means of highlighting the entire set of lines where the cursor is would add more emphasis.

e.g.

vim.api.nvim_set_hl(0, "CodewindowCursor", {link="ContentCursor"})

image
gorbit99 commented 1 year ago

This should probably be merged with #31, could you add a comment there with the idea instead?