From 40a31a0f0f3fb272b96e1f59879ae77a1de24490 Mon Sep 17 00:00:00 2001 From: fm39hz-laptop Date: Sat, 1 Jun 2024 10:28:26 +0700 Subject: [PATCH] feat: add garbage collector back --- lazy-lock.json | 1 + lua/plugins/development.lua | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index ba3d2bb..6a61ed0 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -21,6 +21,7 @@ "everforest-nvim": { "branch": "main", "commit": "ed4ba26c911696d69cfda26014ec740861d324e1" }, "flit.nvim": { "branch": "main", "commit": "56490317983218b09698f8c960c3669958b12b32" }, "friendly-snippets": { "branch": "main", "commit": "d0610077b6129cf9f7f78afbe3a1425d60f6e2f1" }, + "garbage-day.nvim": { "branch": "main", "commit": "dcadabd7e5f371c827d59d84b7fd63d9893370ac" }, "git-blame.nvim": { "branch": "master", "commit": "408d5487d908dfe5d48e5645d8b27ddcc16b11e0" }, "gitpad.nvim": { "branch": "main", "commit": "9685127c3795821bdbd3dab5a5fee4422255a102" }, "harpoon": { "branch": "harpoon2", "commit": "0378a6c428a0bed6a2781d459d7943843f374bce" }, diff --git a/lua/plugins/development.lua b/lua/plugins/development.lua index a7087b0..f676622 100644 --- a/lua/plugins/development.lua +++ b/lua/plugins/development.lua @@ -20,12 +20,12 @@ return { }, }, }, - -- { - -- "zeioth/garbage-day.nvim", - -- event = "LspAttach", - -- dependencies = "neovim/nvim-lspconfig", - -- opts = {}, - -- }, + { + "zeioth/garbage-day.nvim", + event = "LspAttach", + dependencies = "neovim/nvim-lspconfig", + opts = {}, + }, -- TS / JS { "dmmulroy/tsc.nvim",