From ca721b092dba3dd95b83d4d89f31f701f01f78ab Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sat, 25 Jun 2022 12:43:14 +1000 Subject: [PATCH] doc(#1368): more quit-on-last-window warnings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47c8b84082d..d5513a518d3 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ nvim-tree comes with number of mappings; for default mappings please see [:help * `toggle` has a second parameter which allows to toggle without focusing the explorer (`require"nvim-tree".toggle(false, true)`). * You can allow nvim-tree to behave like vinegar, see [:help nvim-tree-vinegar](doc/nvim-tree-lua.txt) * If you `:set nosplitright`, the files will open on the left side of the tree, placing the tree window in the right side of the file you opened. -* You can automatically close the tab/vim when nvim-tree is the last window in the tab: . WARNING: other plugins or automation may interfere with this. +* You can automatically close the tab/vim when nvim-tree is the last window in the tab: . WARNING: this can catastrophically fail: . Use with great caution. ## Troubleshooting