Open george-tk opened 1 month ago
0.10
Max OS
I have attempted to remap 'z=' to 'Ss' through vim.keymap.set('n', '<leader>'Ss, 'z=', { remap= true })
vim.keymap.set('n', '<leader>'Ss, 'z=', { remap= true })
How ever when using the new key it uses the old full screen spell suggestions . Not the which key version .
I am also not sure where the mapping should be placed (I'm using lazy.nvim plugin folder structure) and if it needs to be in a particular order.
I understand that similar issues have been raised but none have solved my issue.
Any help is much appreciated
The new key would bring up the spell suggestions in the which-key format
No response
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/which-key.nvim", opts = {} }, -- add any other plugins here }, })
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10
Operating system/version
Max OS
Describe the bug
I have attempted to remap 'z=' to 'Ss' through
vim.keymap.set('n', '<leader>'Ss, 'z=', { remap= true })
How ever when using the new key it uses the old full screen spell suggestions . Not the which key version .
I am also not sure where the mapping should be placed (I'm using lazy.nvim plugin folder structure) and if it needs to be in a particular order.
I understand that similar issues have been raised but none have solved my issue.
Any help is much appreciated
Steps To Reproduce
Expected Behavior
The new key would bring up the spell suggestions in the which-key format
Health
No response
Log
No response
Repro