mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
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,
|
|
},
|
|
}
|