-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 -lahfrom projection sessions folder (find this atstdpath('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 2from 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/ATo Reproduce
Steps to reproduce the behavior:
- Install mini.clue
- Install projections.nvim
- Open a project using projections.nvim
- Trigger mini.clue (e.g.
<leader>f...) - Try to quit nvim
:qa - Will refuse due to unsaved buffer and switch to buffer as below
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
