add litee
This commit is contained in:
@ -204,6 +204,13 @@ command_center.add({
|
||||
description = 'Github open PR in browser',
|
||||
cmd = '<CMD>Octo pr browser<CR>',
|
||||
},
|
||||
{
|
||||
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