Hide incline under cursorline

This commit is contained in:
Martin Larsson 2026-03-06 16:42:16 +01:00
parent 04b425d384
commit 4210e5bf36

View file

@ -19,7 +19,7 @@ return {
padding = 0,
},
hide = {
cursorline = false,
cursorline = true,
},
render = function(props)
local fullpath = vim.api.nvim_buf_get_name(props.buf)