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;
|
addBlankLineAtTop = true;
|
||||||
enableDiagnostics = true;
|
enableDiagnostics = true;
|
||||||
enableGitStatus = true;
|
enableGitStatus = true;
|
||||||
closeIfLastWindow = true;
|
closeIfLastWindow = false;
|
||||||
buffers = {
|
buffers = {
|
||||||
followCurrentFile = {
|
followCurrentFile = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
Loading…
Reference in a new issue