13 lines
150 B
Lua
13 lines
150 B
Lua
return {
|
|
{
|
|
'vyfor/cord.nvim',
|
|
event = 'VeryLazy',
|
|
build = ':Cord update',
|
|
opts = {},
|
|
},
|
|
{
|
|
'tpope/vim-fugitive',
|
|
cmd = { 'Git' },
|
|
},
|
|
}
|