mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-13 00:45:32 +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
|
|
@ -182,7 +182,7 @@ with builtins; {
|
|||
description = "Width of the tree in charecters";
|
||||
type = types.int;
|
||||
};
|
||||
cursorLine = mkOption {
|
||||
cursorline = mkOption {
|
||||
default = false;
|
||||
description = "Whether to display the cursor line in NvimTree";
|
||||
type = types.bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue