diff --git a/lua/plugins/garbage-day.lua b/lua/plugins/garbage-day.lua new file mode 100644 index 0000000..195790a --- /dev/null +++ b/lua/plugins/garbage-day.lua @@ -0,0 +1,6 @@ +return { + "zeioth/garbage-day.nvim", + dependencies = "neovim/nvim-lspconfig", + event = "VeryLazy", + opts = {}, +}