mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
docs: fix reference to invalid nvimtreeLua option
This commit is contained in:
parent
8a1a3d9e32
commit
38e72671e3
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
|
@ -115,6 +115,7 @@ inputs: let
|
||||||
};
|
};
|
||||||
view = {
|
view = {
|
||||||
width = 25;
|
width = 25;
|
||||||
|
cursorline = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue