mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 07:55:31 +00:00
dev(nvimtree-lua): rename cursorLine -> cursorline
This commit is contained in:
parent
24265c591d
commit
266fbac791
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ in {
|
|||
width = ${toString cfg.view.width},
|
||||
side = ${"'" + cfg.view.side + "'"},
|
||||
adaptive_size = ${boolToString cfg.view.adaptiveSize},
|
||||
cursorline = ${boolToString cfg.view.cursorLine}
|
||||
cursorline = ${boolToString cfg.view.cursorline}
|
||||
},
|
||||
|
||||
git = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue