This commit is contained in:
Oliver Hartmann
2022-05-31 14:06:11 +02:00
4 changed files with 54 additions and 10 deletions

View File

@ -218,6 +218,13 @@ command_center.add({
{ 'v', '<c-_>', silent_noremap },
},
},
{
description = 'Symbols outline',
cmd = '<CMD>lua vim.lsp.buf.document_symbol()<CR>',
keybindings = {
{ 'n', '<leader>s', silent_noremap },
},
},
})