Replies: 2 comments 4 replies
-
Works for me as expected (but I'm using LazyVim). Did you make any changes in your personal configuration? Also works with this minimal repro that I tried 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
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I removed the keymap from normal mode of the input. But it's still a keymap on the list. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I recently noticed that the [dd] keymap inside of a picker.buffers() list in normal mode is no longer working. Rather than deleting the buffer on the list item, I get a notification message stating "--No lines in buffer--". Interestingly "c-x" which is also mapped to bufdelete works as intended.
Note, I am using the default config for picker.buffers() which per the docs is the below.
Beta Was this translation helpful? Give feedback.
All reactions