Fixes for fedora

This commit is contained in:
Tube 2023-10-22 23:27:25 +02:00
parent 176a9cf980
commit cdcc0bdcd5
1 changed files with 2 additions and 2 deletions

4
vim.cf
View File

@ -13,7 +13,7 @@ vars:
debian::
"vimrc" string => "/etc/vim/vimrc";
"pkg" string => "vim";
centos::
centos|fedora::
"vimrc" string => "/etc/vim/vimrc";
"pkg" string => "vim-enhanced";
@ -28,7 +28,7 @@ packages:
"$(pkg)"
policy => "present",
package_module => apt_get;
centos::
fedora|centos::
"$(pkg)"
policy => "present",
package_module => yum;