docs: fix reference to invalid nvimtreeLua option

This commit is contained in:
NotAShelf 2023-05-19 15:51:25 +03:00
parent 8a1a3d9e32
commit 38e72671e3
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
2 changed files with 2 additions and 1 deletions

View file

@ -30,6 +30,6 @@ https://github.com/notashelf[notashelf]:
* Added <<opt-vim.cursorlineOpt>> for configuring Neovim's cursorlineOpt. * Added <<opt-vim.cursorlineOpt>> for configuring Neovim's cursorlineOpt.
* Added <<opt-vim.fileTree.nvimTreeLua.cursorline>>, default false, to enable cursorline in nvimtre. * Added <<opt-vim.filetree.nvimTreeLua.view.cursorline>>, default false, to enable cursorline in nvimtre.
* Added Fidget.nvim support for the Catppuccin theme. * Added Fidget.nvim support for the Catppuccin theme.

View file

@ -115,6 +115,7 @@ inputs: let
}; };
view = { view = {
width = 25; width = 25;
cursorline = false;
}; };
}; };
}; };