mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
feat: Added garbage-day
This commit is contained in:
parent
6f63b0d976
commit
73eb16d84c
1 changed files with 6 additions and 0 deletions
6
lua/plugins/garbage-day.lua
Normal file
6
lua/plugins/garbage-day.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"zeioth/garbage-day.nvim",
|
||||
dependencies = "neovim/nvim-lspconfig",
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue