Update lazyvim to v14
Removed a bunch of plugins that are no longer needed.
This commit is contained in:
8
lua/plugins/garbage-day.lua
Normal file
8
lua/plugins/garbage-day.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"zeioth/garbage-day.nvim",
|
||||
dependencies = "neovim/nvim-lspconfig",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
-- your options here
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user