mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -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",
|
"folke/edgy.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = {
|
opts = {
|
||||||
exit_when_last = true,
|
exit_when_last = false,
|
||||||
bottom = {
|
bottom = {
|
||||||
-- toggleterm / lazyterm at the bottom with a height of 40% of the screen
|
-- toggleterm / lazyterm at the bottom with a height of 40% of the screen
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue