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"