Some changes

This commit is contained in:
Lockszmith (@kateryna) 2024-12-10 12:48:19 -05:00
parent 2640e15f47
commit a60d4c5f05
4 changed files with 32 additions and 33 deletions

View file

@ -1,11 +1 @@
return {
'andre-kotake/nvim-chezmoi',
lazy = false,
dependencies = {
{ 'nvim-lua/plenary.nvim' },
},
opts = {},
config = function(_, opts)
require('nvim-chezmoi').setup(opts)
end,
}
return {}