mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00:00
docs: fix reference to invalid nvimtreeLua option
This commit is contained in:
parent
eba785e91f
commit
d1b65d2858
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.
|
||||||
|
|
|
@ -108,6 +108,7 @@ inputs: let
|
||||||
};
|
};
|
||||||
view = {
|
view = {
|
||||||
width = 25;
|
width = 25;
|
||||||
|
cursorline = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue