mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
fix: set cursorlineopt=number
if theme is transparent
This commit is contained in:
parent
bc9cb85988
commit
c323bbb865
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@ in {
|
||||||
set shortmess+=c
|
set shortmess+=c
|
||||||
set tm=${toString cfg.mapTimeout}
|
set tm=${toString cfg.mapTimeout}
|
||||||
set hidden
|
set hidden
|
||||||
|
${optionalString cfg.theme.transparent ''
|
||||||
|
" this needs to be set if the theme is transparent
|
||||||
|
set cursorlineopt=number
|
||||||
|
''}
|
||||||
${optionalString cfg.splitBelow ''
|
${optionalString cfg.splitBelow ''
|
||||||
set splitbelow
|
set splitbelow
|
||||||
''}
|
''}
|
||||||
|
|
Loading…
Reference in a new issue