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