1
0
Files
dotfiles/pkgs/neovim/lua/plugins/additions.lua
2025-11-21 17:11:38 +01:00

19 lines
255 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 = {},
enabled = false,
},
}