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

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

View file

@ -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"];