Skip to content

[bug] Mini.clue gets stuck #46

@jonestristand

Description

@jonestristand

Basic checklist

  • I have read the README
  • I have read the wiki
  • I have read :h session, :h mksession, and :h sessionoptions
  • I have searched through existing/closed issues
  • I have checked if the recommended config has changed, and if that solves my issue.

Expected vs Actual behavior
If I trigger mini.clue while I have a projections.nvim project open, it will create an unlisted buffer containing the mini.clue content in the background. This does not happen if projections.nvim is disabled, or if I'm working in a non-projections.nvim project directory. Sessions are not enabled (see below)

Environment information

  • Neovim version: 0.11.0
  • Operating system: Ubuntu
  • Projections branch/commit hash: main
  • Projections config:
use({
    "gnikdroy/projections.nvim",
    opts = {
        workspaces = { "~/dev" },
    },
})
  • Projections workspace file (find this at stdpath('data') .. 'projections_workspaces.json':
-- contents of file here (keep empty if none)
  • Result of ls -lah from projection sessions folder (find this at stdpath('cache') .. 'projections_sessions/' . Remove personal information as needed.
-- outupt of ls
Γ¥» ls -lah
total 8.0K
drwxr-xr-x 2 tristan tristan 4.0K Jan 30 23:36 .
drwxr-xr-x 7 tristan tristan 4.0K Jan 30 23:36 ..
  • Result of tree -a -L 2 from every configured workspace (both config and workspace json file). Remove personal and unnecessary information as needed.
-- result of tree -a -L 2 from every configured workspace
N/A

To Reproduce
Steps to reproduce the behavior:

  1. Install mini.clue
  2. Install projections.nvim
  3. Open a project using projections.nvim
  4. Trigger mini.clue (e.g. <leader>f...)
  5. Try to quit nvim :qa
  6. Will refuse due to unsaved buffer and switch to buffer as below

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions