Merge branch 'master' of https://git.freiewildbahn.de/oli/nvim
This commit is contained in:
@ -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 },
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user