fix(#1629): nvim start with file named *NvimTree* opens tree instead of buffer (#1634)

* fix(#1629): nvim start with file named *NvimTree* opens tree instead of buffer

* Revert "fix(#1629): nvim start with file named *NvimTree* opens tree instead of buffer"

This reverts commit e7136078f7.

* fix(#1629): nvim start with file named *NvimTree* treats file as tree

* fix(#1629): nvim start with file named *NvimTree* treats file as tree
This commit is contained in:
Alexander Courtis
2022-10-11 10:00:03 +11:00
committed by GitHub
parent 875d38e52c
commit c66cbdfc25
4 changed files with 15 additions and 3 deletions

View File

@@ -204,6 +204,7 @@ Subsequent calls to setup will replace the previous configuration.
},
float = {
enable = false,
quit_on_focus_loss = true,
open_win_config = {
relative = "editor",
border = "rounded",