From 1df29644362adab87ee1befbd7e9d00a70324e8c Mon Sep 17 00:00:00 2001 From: xfy Date: Fri, 29 May 2026 11:30:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=20ex-colors.nvim=20=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/pack.lua | 2 +- nvim-pack-lock.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lua/pack.lua b/lua/pack.lua index 55ee5ca..d3f277d 100644 --- a/lua/pack.lua +++ b/lua/pack.lua @@ -42,7 +42,7 @@ vim.pack.add({ "https://github.com/stevearc/conform.nvim", -- 格式化 "https://github.com/tpope/vim-fugitive", -- Git 集成 "https://github.com/MagicDuck/grug-far.nvim", -- 搜索替换 - "https://github.com/aileot/ex-colors.nvim", -- colorscheme 提取与优化 + -- "https://github.com/aileot/ex-colors.nvim", -- colorscheme 提取与优化 }, { load = false }) -- --------------------------------------------------------------------------- diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index 6a657e1..07cadd6 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -4,10 +4,6 @@ "rev": "619363c30309d29ffa631e67c8183f2a72caa373", "src": "https://github.com/stevearc/conform.nvim" }, - "ex-colors.nvim": { - "rev": "76a20ce29d160a4eb9f275a615dc8257cb15c58c", - "src": "https://github.com/aileot/ex-colors.nvim" - }, "friendly-snippets": { "rev": "6cd7280adead7f586db6fccbd15d2cac7e2188b9", "src": "https://github.com/rafamadriz/friendly-snippets"