neorg icon indicating copy to clipboard operation
neorg copied to clipboard

Neorg return quits Neovide completely

Open SpacewaIker opened this issue 2 years ago • 1 comments

Prerequisites

  • [X] I am using the latest stable release of Neovim
  • [X] I am using the latest version of the plugin

Neovim Version

0.9.1

Neorg setup

config = function()
  require("neorg").setup {
    load = {
      ["core.defaults"] = {}, -- Loads default behaviour
      ["core.concealer"] = {
        config = {
          icon_preset = "basic",
        },
      }, -- Adds pretty icons to your documents
      ["core.dirman"] = { -- Manages Neorg workspaces
        config = {
          workspaces = {
            notes = "~/notes",
          },
        },
      },
      ["core.summary"] = {},
    },
  }
end,

Actual behavior

When using the Neorg return command, the entire window closes (neovim quits).

Expected behavior

The buffers containing norg files should close, returning the user to their other files.

Steps to reproduce

  1. Open Neovide
  2. Neorg workspace ....
  3. Neorg return

Potentially conflicting plugins

No response

Other information

As mentioned, this happens when using Neovide. When using neovim in a terminal, this does not happen. This also does not happen when using nvim-qt.

Help

None

Implementation help

No response

SpacewaIker avatar Jun 23 '23 15:06 SpacewaIker

Hm, I've just tested it out and everything seems fine on my end with the latest Neovide! I even tried some more wacky things with splits and such and still no breakages. Maybe you're on an older version of Neovide?

vhyrro avatar Aug 07 '23 14:08 vhyrro

Tried this yet again but couldn't reproduce. Closing this :)

vhyrro avatar Mar 25 '24 19:03 vhyrro