nest.nvim
nest.nvim copied to clipboard
Optional `tags`
With the name feature, we should also introduce optional tags, a list of strings that cascades down and helps with searching or otherwise working with bindings later on.
{ '<leader>l', tags = { 'LSP' }, {
{ 'h', vim.lsp.buf.hover },
{ 'r', vim.lsp.buf.rename },
}}