增加内存优化插件

This commit is contained in:
LingZhaoHui 2024-06-23 12:26:17 +08:00
parent 2ef50a5ede
commit 4ea9a03f7c
Signed by: zeekling
GPG Key ID: D96E4E75267CA2CC

View File

@ -76,4 +76,9 @@ return {
"nvim-tree/nvim-web-devicons", -- optional
},
},
{
"zeioth/garbage-day.nvim",
dependencies = "neovim/nvim-lspconfig",
event = "VeryLazy",
},
}