add neogit

This commit is contained in:
Tim Blume 2024-04-05 16:03:56 +02:00
parent ca71ec5167
commit 4886e18d33
2 changed files with 15 additions and 0 deletions

View file

@ -15,6 +15,18 @@ return {
vim.api.nvim_set_keymap("i", "<C-J>", 'copilot#Accept("<CR>")', {silent = true, expr = true})
end,
},
{
"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
},
{
"neovim/nvim-lspconfig",
config = function()