From 8f595ff2c2eec8470099406e8d06c94395c616f1 Mon Sep 17 00:00:00 2001 From: fm39hz-laptop Date: Thu, 30 May 2024 15:28:51 +0700 Subject: [PATCH] chore: disable garbage collector based on get all the lsp back --- lazy-lock.json | 1 - lua/plugins/development.lua | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index 6a61ed0..ba3d2bb 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -21,7 +21,6 @@ "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 f676622..a7087b0 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",