This commit is contained in:
Jaroslaw Konik 2025-04-18 09:15:35 +02:00
parent 3452dd2251
commit fd3ca0c42e
2 changed files with 9 additions and 1 deletions

View file

@ -57,6 +57,14 @@ require("lazy").setup({
vim.g.molten_output_win_max_height = 12 vim.g.molten_output_win_max_height = 12
end, end,
}, },
{
'rmagatti/auto-session',
lazy = false,
---@module "auto-session"
---@type AutoSession.Config
opts = {
}
},
{ {
"williamboman/mason.nvim", "williamboman/mason.nvim",
opts = {} opts = {}