-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Labels
bugSomething isn't workingSomething isn't workingstaleThis issue or PR has been inactive for a whileThis issue or PR has been inactive for a while
Description
Did you check docs and existing issues?
- I have read all the snacks.nvim docs
- I have updated the plugin to the latest version before submitting this issue
- I have searched the existing issues of snacks.nvim
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v0.11.5
Operating system/version
Linux 6.6.119-1-MANJARO
Describe the bug
Steps To Reproduce
- Open a file in nvim
- Make some edit to it
- Kill nvim without saving (this leaves the swap file)
- Open nvim in the directory containing the file
- Open explorer
:lua Snacks.explorer() - Select recovered file in nvim
Expected Behavior
the warning buffer should float over the explorer buffer
Repro
-- reproducable in default environment
-- explorer opened with :lua Snacks.explorer()
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
{ "folke/snacks.nvim", opts = {} },
-- add any other plugins here
},
})Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstaleThis issue or PR has been inactive for a whileThis issue or PR has been inactive for a while