added lazygit.nvim
This commit is contained in:
@@ -316,6 +316,12 @@ require'lazy'.setup{ --{{{1
|
|||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{ "kdheepak/lazygit.nvim", --{{{2
|
||||||
|
lazy = true,
|
||||||
|
cmd = { "LazyGit", "LazyGitConfig", "LazyGitCurrentFile", "LazyGitFilter", "LazyGitFilterCurrentFile", },
|
||||||
|
dependencies = { "nvim-lua/plenary.nvim", },
|
||||||
|
keys = { { ",g", "<cmd>LazyGit<cr>", desc = "LazyGit" }, },
|
||||||
|
},
|
||||||
{ 'mfussenegger/nvim-dap', --{{{2
|
{ 'mfussenegger/nvim-dap', --{{{2
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
|||||||
Reference in New Issue
Block a user