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
_home/private_dot_config/nvim/lua/custom/plugins

View file

@ -0,0 +1,6 @@
return {
{
'andre-kotake/nvim-chezmoi',
},
}
-- vim: ts=2 sts=2 sw=2 et