From 73eb16d84c3dc355c74b105604630c9b7e5de6c6 Mon Sep 17 00:00:00 2001 From: Binciu Viorel Date: Sun, 26 May 2024 11:39:38 +0300 Subject: [PATCH] feat: Added garbage-day --- lua/plugins/garbage-day.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lua/plugins/garbage-day.lua 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 = {}, +}