mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-11 09:52:31 +00:00
## Description <!-- Describe the big picture of your changes to communicate to the maintainers why we should accept this pull request. --> when `expr=true` the rhs function should return a string. example ```lua { keys = { { '<leader>j', function() return require('dial.map').inc_normal() end, expr = true, desc = 'Increment value', } } } ``` ## Related Issue(s) <!-- If this PR fixes any issues, please link to the issue here. - Fixes #<issue_number> --> ## Screenshots <!-- Add screenshots of the changes if applicable. --> |
||
---|---|---|
.. | ||
community | ||
core | ||
manage | ||
pkg | ||
view | ||
async.lua | ||
build.lua | ||
docs.lua | ||
example.lua | ||
health.lua | ||
help.lua | ||
init.lua | ||
minit.lua | ||
state.lua | ||
stats.lua | ||
status.lua | ||
terminal.lua | ||
types.lua | ||
util.lua |