Git plugins for tests
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user