From 212ab55528a3948c8b5760909ac16e3e8cf00245 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 26 Sep 2024 01:06:25 +0300 Subject: [PATCH] filetree/neo-tree: document workaround for edgy & friends --- modules/plugins/filetree/neo-tree/neo-tree.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/plugins/filetree/neo-tree/neo-tree.nix b/modules/plugins/filetree/neo-tree/neo-tree.nix index b1ec260..410318e 100644 --- a/modules/plugins/filetree/neo-tree/neo-tree.nix +++ b/modules/plugins/filetree/neo-tree/neo-tree.nix @@ -129,7 +129,7 @@ in { description = '' Must be either a boolean or a path to your log file. - Use :NeoTreeLogs to show the file + Use `:NeoTreeLogs` to show the file ''; }; @@ -143,6 +143,7 @@ in { ''; }; + # https://github.com/folke/edgy.nvim/discussions/4 open_files_do_not_replace_types = mkOption { type = listOf str; default = ["terminal" "Trouble" "qf" "edgy"];