Files
neovim-config/lua/plugins/garbage-day.lua
Tyler Hallada aa39f326cc Update lazyvim to v14
Removed a bunch of plugins that are no longer needed.
2025-01-10 12:16:07 -05:00

9 lines
145 B
Lua

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