mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 13:45:58 +01:00
filetree/neo-tree: document workaround for edgy & friends
This commit is contained in:
parent
a2e757440e
commit
212ab55528
1 changed files with 2 additions and 1 deletions
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue