diff --git a/README.md b/README.md
index 5837494..e175b1b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@ An automatic configuration program for vim
-
@@ -43,6 +42,7 @@ An automatic configuration program for vim
 |
 |
 |
+ |
 |
 |
 |
@@ -231,6 +231,7 @@ An automatic configuration program for vim
 Shaloc |
 jokerkeny |
+ xuthus5 |
diff --git a/install.sh b/install.sh
index cce5dd5..1306782 100755
--- a/install.sh
+++ b/install.sh
@@ -182,7 +182,7 @@ function install_prepare_software_on_centos()
# 安装fedora必要软件
function install_prepare_software_on_fedora()
{
- sudo dnf install -y ctags automake gcc gcc-c++ kernel-devel cmake python-devel python3-devel curl fontconfig ack git
+ sudo dnf install -y vim ctags automake gcc gcc-c++ kernel-devel cmake python-devel python3-devel curl fontconfig ack git
}
# 安装archlinux必要软件