nest.nvim icon indicating copy to clipboard operation
nest.nvim copied to clipboard

Optional `tags`

Open LionC opened this issue 4 years ago • 0 comments

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 },
}}

LionC avatar Oct 05 '21 20:10 LionC