diff --git a/lua/plugins/05-community.lua b/lua/plugins/05-community.lua index b42563e..75db65c 100644 --- a/lua/plugins/05-community.lua +++ b/lua/plugins/05-community.lua @@ -4,6 +4,7 @@ local work = not home ---@type LazySpec return { { "AstroNvim/astrocommunity", branch = "v4" }, + -- Language packs { enabled = true, import = "astrocommunity.pack.cpp" }, { enabled = true, import = "astrocommunity.pack.lua" }, @@ -25,4 +26,8 @@ return { -- Others -- { import = "astrocommunity.debugging.nvim-bqf" }, { import = "astrocommunity.motion.mini-surround" }, -- Surround + + -- CVS + { import = "astrocommunity.git.diffview-nvim" }, -- Diff + { import = "astrocommunity.git.neogit"}, -- Git }