SoloVim/lua/plugins/garbage_day.lua

9 lines
142 B
Lua

return {
"zeioth/garbage-day.nvim",
dependencies = { "neovim/nvim-lspconfig" },
event = "VeryLazy",
opts = {
-- your options here
},
}