dev(nvimtree-lua): rename cursorLine -> cursorline

This commit is contained in:
NotAShelf 2023-05-19 15:19:16 +03:00
commit 266fbac791
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
2 changed files with 2 additions and 2 deletions

View file

@ -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 = {