git client
This commit is contained in:
parent
50df898bda
commit
58dfed62f5
1 changed files with 15 additions and 0 deletions
|
@ -115,6 +115,21 @@ local plugins = {
|
|||
|
||||
-- floating terminal, useful to mimic/be better than vscode
|
||||
"voldikss/vim-floaterm",
|
||||
|
||||
-- git client
|
||||
{
|
||||
"NeogitOrg/neogit",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim", -- required
|
||||
"sindrets/diffview.nvim", -- optional - Diff integration
|
||||
|
||||
-- Only one of these is needed, not both.
|
||||
"nvim-telescope/telescope.nvim", -- optional
|
||||
"ibhagwan/fzf-lua", -- optional
|
||||
},
|
||||
config = true
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
require("lazy").setup(plugins, {})
|
||||
|
|
Loading…
Reference in a new issue