starter/lua/plugins/development/garbage-collector.lua

7 lines
118 B
Lua
Raw Normal View History

2024-07-04 15:22:44 +08:00
return {
"zeioth/garbage-day.nvim",
event = "LspAttach",
dependencies = "neovim/nvim-lspconfig",
opts = {},
}