1
0
Files
dotfiles/.config/nvim/lua/plugins/additions.lua
2025-07-18 18:30:01 +02:00

18 lines
236 B
Lua

return {
{
'vyfor/cord.nvim',
event = 'VeryLazy',
build = ':Cord update',
opts = {},
cond = vim.env.CORDLESS ~= 'true',
},
{
'tpope/vim-fugitive',
cmd = { 'Git' },
},
{
dir = '~/dev/share.nvim/',
opts = {},
},
}