Improve nvim configuration

This commit is contained in:
Lockszmith (@kateryna) 2024-11-24 21:50:13 -05:00
parent 77a7982f2c
commit 9ebde5fb79
5 changed files with 23 additions and 5 deletions

View file

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