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:
parent
d109b38406
commit
803651752d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ return {
|
|||
padding = 0,
|
||||
},
|
||||
hide = {
|
||||
cursorline = true,
|
||||
cursorline = false,
|
||||
},
|
||||
render = function(props)
|
||||
local fullpath = vim.api.nvim_buf_get_name(props.buf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue