You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0.10.2
Operating system/version
MacOS 14.6.1
Describe the bug
After I installed the snacks.nvim plug-in, I disabled some unnecessary shortcut keys in kyes, but the disabled shortcut keys can still be used.But the shortcut keys can be modified and used normally.
Steps To Reproduce
Expected Behavior
I hope that like other plug-ins, I can directly disable some shortcut keys that I don’t need.
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
},
})
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.2
Operating system/version
MacOS 14.6.1
Describe the bug
After I installed the snacks.nvim plug-in, I disabled some unnecessary shortcut keys in kyes, but the disabled shortcut keys can still be used.But the shortcut keys can be modified and used normally.
Steps To Reproduce
Expected Behavior
I hope that like other plug-ins, I can directly disable some shortcut keys that I don’t need.
Repro
The text was updated successfully, but these errors were encountered: