incline is now visible when the cursor is on the same line, this is no longer an issue since removing the visible cursorline

This commit is contained in:
Martin Larsson 2025-05-13 17:30:37 +02:00
parent d109b38406
commit 803651752d

View file

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