mirror of https://github.com/LazyVim/starter
7 lines
118 B
Lua
7 lines
118 B
Lua
|
return {
|
||
|
"zeioth/garbage-day.nvim",
|
||
|
event = "LspAttach",
|
||
|
dependencies = "neovim/nvim-lspconfig",
|
||
|
opts = {},
|
||
|
}
|