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

@@ -190,6 +190,14 @@ return require('packer').startup(function()
'b0o/incline.nvim',
config = get_setup('incline')
}
use {
'ldelossa/litee.nvim',
requires = {
'ldelossa/litee-calltree.nvim',
'ldelossa/litee-symboltree.nvim'
},
config = get_setup('my_litee')
}
if packer_bootstrap then
require('packer').sync()
end