From 09f802d7b2ec5b54274de071f591f3a380647247 Mon Sep 17 00:00:00 2001 From: Avimitin Date: Fri, 4 Nov 2022 13:12:41 +0800 Subject: [PATCH] neodim: replace with the upstream repo Upstream PR merged: https://github.com/zbirenbaum/neodim/pull/18 Signed-off-by: Avimitin Former-commit-id: ec961101f9eb0ea92d3261d29ecb29643b158de4 [formerly ec961101f9eb0ea92d3261d29ecb29643b158de4 [formerly 92a3679586fdc700c2ac46780c96d999d941b258]] Former-commit-id: c0eb593f47e18a2d819594553a1d0866342243fa Former-commit-id: bff07f5bfdf9e8894ac8d87c6341fb944b783f90 --- lua/plugins/coding/repos.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/plugins/coding/repos.lua b/lua/plugins/coding/repos.lua index b7498f90..a1247acb 100644 --- a/lua/plugins/coding/repos.lua +++ b/lua/plugins/coding/repos.lua @@ -135,9 +135,8 @@ local repos = { }, { - "Avimitin/neodim", + "zbirenbaum/neodim", event = "LspAttach", - branch = "treesitter-fix", config = function() require("neodim").setup({ alpha = 0.7,