diff --git a/docs/release-notes/rl-0.4.adoc b/docs/release-notes/rl-0.4.adoc index 8fa711f..81425ff 100644 --- a/docs/release-notes/rl-0.4.adoc +++ b/docs/release-notes/rl-0.4.adoc @@ -30,6 +30,6 @@ https://github.com/notashelf[notashelf]: * Added <> for configuring Neovim's cursorlineOpt. -* Added <>, default false, to enable cursorline in nvimtre. +* Added <>, default false, to enable cursorline in nvimtre. * Added Fidget.nvim support for the Catppuccin theme. diff --git a/extra.nix b/extra.nix index e0c09d9..a7fd4af 100644 --- a/extra.nix +++ b/extra.nix @@ -115,6 +115,7 @@ inputs: let }; view = { width = 25; + cursorline = false; }; }; };