setup aerial

This commit is contained in:
2022-06-26 14:32:29 +02:00
parent d609883ff7
commit 0c66846e4e
5 changed files with 15 additions and 5 deletions

View File

@ -226,9 +226,10 @@ command_center.add({
},
{
description = 'Symbols outline',
cmd = '<CMD>lua vim.lsp.buf.document_symbol()<CR>',
cmd = '<CMD>AerialToggle<CR>',
keybindings = {
{ 'n', '<leader>s', silent_noremap },
{ 'n', '<Space>s', silent_noremap },
},
},
})