9 lines
145 B
Lua
9 lines
145 B
Lua
return {
|
|
"zeioth/garbage-day.nvim",
|
|
dependencies = "neovim/nvim-lspconfig",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
-- your options here
|
|
},
|
|
}
|