-
Notifications
You must be signed in to change notification settings - Fork 390
Closed
Labels
bugSomething isn't workingSomething isn't working
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)
NVIM v0.11.2 Build type: Release LuaJIT 2.1.1748459687 Run "nvim -V1 -v" for more info
Operating system/version
MacOS sonoma 14.5
Describe the bug
For some reason after some time editing sql file after some time I get the following notifications
I have no clue what causes them, how to reproduce etc.
Steps To Reproduce
How do I trace it? For me its on opening a sql file after some time, and number of notifications is also random
Expected Behavior
It does not affect me much except for some minor annoyance.
Repro
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
},
})Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working