update
This commit is contained in:
parent
3452dd2251
commit
fd3ca0c42e
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"workspace.checkThirdParty": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
8
init.lua
8
init.lua
|
|
@ -57,6 +57,14 @@ require("lazy").setup({
|
|||
vim.g.molten_output_win_max_height = 12
|
||||
end,
|
||||
},
|
||||
{
|
||||
'rmagatti/auto-session',
|
||||
lazy = false,
|
||||
---@module "auto-session"
|
||||
---@type AutoSession.Config
|
||||
opts = {
|
||||
}
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue