Added Magit support

This commit is contained in:
Eduardo Cueto-Mendoza 2024-04-22 13:30:47 +01:00
parent 103f2fe19e
commit 61470bdc36
1 changed files with 4 additions and 1 deletions

View File

@ -53,6 +53,9 @@ local plugins = {
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
},
{
'jreybert/vimagit',
},
-- Minimal
{
'nvim-telescope/telescope.nvim',