mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-23 06:58:04 +01:00
nvim: highlight cursor line
This commit is contained in:
parent
d2dc83f0a8
commit
be629e6c58
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ M.ui = {
|
|||
lazyload = false,
|
||||
show_numbers = true,
|
||||
},
|
||||
hl_override = {
|
||||
CursorLine = {
|
||||
bg = "one_bg",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
return M
|
||||
|
|
Loading…
Reference in a new issue