mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 07:55:31 +00:00
fix(nvimtree-lua): disable cursor-line to false
This commit is contained in:
parent
d2fab111de
commit
0a7f9865f1
2 changed files with 7 additions and 0 deletions
|
|
@ -182,6 +182,11 @@ with builtins; {
|
|||
description = "Width of the tree in charecters";
|
||||
type = types.int;
|
||||
};
|
||||
cursorLine = mkOption {
|
||||
default = false;
|
||||
description = "Whether to display the cursor line in NvimTree";
|
||||
type = types.bool;
|
||||
};
|
||||
};
|
||||
|
||||
git = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue