1
0
Files
dotfiles/.config/nvim/lua/plugins/additions.lua
2025-08-19 15:59:13 +02:00

17 lines
223 B
Lua

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