mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
8 lines
159 B
Lua
8 lines
159 B
Lua
return {
|
|
"zeioth/garbage-day.nvim",
|
|
dependencies = "neovim/nvim-lspconfig",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
inlay_hints = { enabled = false },
|
|
},
|
|
}
|