blob: ff7867bf353c6bb4aab5d6c480b4f2842c03eb6a (
plain)
1
2
3
4
5
6
7
8
9
10
|
return {
'nvimdev/lspsaga.nvim',
config = function()
require('lspsaga').setup({})
end,
dependencies = {
'nvim-treesitter/nvim-treesitter', -- optional
'nvim-tree/nvim-web-devicons', -- optional
}
}
|