mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Don't exit neovim when last buffer is closed
This commit is contained in:
parent
ecef2d8fc9
commit
13fd7f8c4e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ return {
|
|||
"folke/edgy.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
exit_when_last = true,
|
||||
exit_when_last = false,
|
||||
bottom = {
|
||||
-- toggleterm / lazyterm at the bottom with a height of 40% of the screen
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue