1
0
Files
dotfiles/.config/nvim/lua/plugins/additions.lua

13 lines
150 B
Lua

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