11 lines
157 B
Lua
11 lines
157 B
Lua
return {
|
|
{
|
|
'nvimdev/lspsaga.nvim',
|
|
after = 'nvim-lspconfig',
|
|
opts = {},
|
|
config = function(_, opts)
|
|
opts = opts or {}
|
|
end,
|
|
},
|
|
}
|