filetree/neo-tree: document workaround for edgy & friends

This commit is contained in:
NotAShelf 2024-09-26 01:06:25 +03:00
parent a2e757440e
commit 212ab55528
No known key found for this signature in database
GPG key ID: AF26552424E53993

View file

@ -129,7 +129,7 @@ in {
description = '' description = ''
Must be either a boolean or a path to your log file. 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 { open_files_do_not_replace_types = mkOption {
type = listOf str; type = listOf str;
default = ["terminal" "Trouble" "qf" "edgy"]; default = ["terminal" "Trouble" "qf" "edgy"];