stop closing nvim when :bdelete

This commit is contained in:
Adithya 2023-08-20 12:50:48 +05:30
parent a3e0d85b8f
commit e446395618
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -130,7 +130,7 @@
addBlankLineAtTop = true;
enableDiagnostics = true;
enableGitStatus = true;
closeIfLastWindow = true;
closeIfLastWindow = false;
buffers = {
followCurrentFile = {
enabled = true;