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
|
"workspace.checkThirdParty": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
8
init.lua
8
init.lua
|
|
@ -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 = {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue