add litee

This commit is contained in:
2022-05-26 22:09:25 +02:00
parent 2bdc01b56f
commit c6d9e5b891
3 changed files with 50 additions and 0 deletions

View File

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