Git plugins for tests

This commit is contained in:
2024-02-14 15:47:51 +01:00
parent 2057f91051
commit f5a72a09fc

View File

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