fix chezmoi packages: add neovim

This commit is contained in:
Yuan Chiu 2025-04-30 10:08:59 +08:00
parent e025594116
commit 462351459e

View File

@ -4,6 +4,8 @@ brews = [
'git', 'git',
'zsh', 'zsh',
'vim', 'vim',
'neovim',
'neovide',
'lsix', 'lsix',
'eza', 'eza',
'grc', 'grc',
@ -42,7 +44,10 @@ pacman = [
'grc', 'grc',
'zellij', 'zellij',
'ranger', 'ranger',
'vim',
'gvim', 'gvim',
'neovim',
'neovide',
'python', 'python',
'go', 'go',
'nodejs', 'nodejs',