Added Magit support
This commit is contained in:
parent
103f2fe19e
commit
61470bdc36
|
@ -15,7 +15,7 @@ vim.g.mapleader = ' '
|
|||
vim.g.maplocalleader = ' '
|
||||
|
||||
local plugins = {
|
||||
{
|
||||
{
|
||||
'VonHeikemen/lsp-zero.nvim',
|
||||
branch = 'v2.x',
|
||||
dependencies = {
|
||||
|
@ -53,6 +53,9 @@ local plugins = {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
},
|
||||
{
|
||||
'jreybert/vimagit',
|
||||
},
|
||||
-- Minimal
|
||||
{
|
||||
'nvim-telescope/telescope.nvim',
|
||||
|
|
Loading…
Reference in New Issue