replaced fugitive with neogit

This commit is contained in:
radumacocian
2024-09-16 10:22:38 +02:00
parent 565c976a52
commit 6497e9b0d8
54 changed files with 22 additions and 10 deletions

View File

@@ -33,10 +33,16 @@ require("lazy").setup({
'nvim-treesitter/nvim-treesitter',
'theprimeagen/harpoon',
'mbbill/undotree',
'tpope/vim-fugitive',
'idanarye/vim-merginal',
'williamboman/mason.nvim',
'williamboman/mason-lspconfig.nvim',
{
"NeogitOrg/neogit",
dependencies = {
"sindrets/diffview.nvim", -- optional - Diff integration
},
config = true
},
'seblj/roslyn.nvim',
'neovim/nvim-lspconfig',
{