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
feat: add mapping rhs as description for temporary lazy mappings
Fixes `:map` not showing what the mapping does until the plugin is loaded.
With lazy mapping `{ "<Leader>f", "<Cmd>FzfLua files<CR>" },` `:map` now
shows:
```
n <Space>f * <Lua 79: ~/.local/share/nvim/lazy/lazy.nvim/lua/lazy/core/handler/keys.lua:126>
<Cmd>FzfLua files<CR>
```
How `:map` looks after the plugin is loaded:
`n <Space>f * <Cmd>FzfLua files<CR>`
0 commit comments