mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
6 lines
118 B
Lua
6 lines
118 B
Lua
return {
|
|
"zeioth/garbage-day.nvim",
|
|
event = "LspAttach",
|
|
dependencies = "neovim/nvim-lspconfig",
|
|
opts = {},
|
|
}
|