Hide incline under cursorline
This commit is contained in:
parent
04b425d384
commit
4210e5bf36
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ return {
|
||||||
padding = 0,
|
padding = 0,
|
||||||
},
|
},
|
||||||
hide = {
|
hide = {
|
||||||
cursorline = false,
|
cursorline = true,
|
||||||
},
|
},
|
||||||
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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue