stop closing nvim when :bdelete
This commit is contained in:
parent
a3e0d85b8f
commit
e446395618
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
addBlankLineAtTop = true;
|
||||
enableDiagnostics = true;
|
||||
enableGitStatus = true;
|
||||
closeIfLastWindow = true;
|
||||
closeIfLastWindow = false;
|
||||
buffers = {
|
||||
followCurrentFile = {
|
||||
enabled = true;
|
||||
|
|
Loading…
Reference in a new issue