kickstart.nvim/lua/plugins/lspsaga.lua
Iwaniuk Krzysztof 9ebe29ff69 small fix
2024-07-11 20:55:00 +02:00

11 lines
157 B
Lua

return {
{
'nvimdev/lspsaga.nvim',
after = 'nvim-lspconfig',
opts = {},
config = function(_, opts)
opts = opts or {}
end,
},
}