diff --git a/README.md b/README.md index b16e5c7..9879220 100755 --- a/README.md +++ b/README.md @@ -126,7 +126,21 @@ This will download and install all the listed plugins. --- -### 5. Done! +### 5. Instructions for Fedora + +The system-wide config files and directories are different on Fedora. This can be handled easily by adding this to Fedora's system-wide config file, `/etc/vimrc`: +```vim +set runtimepath+=/etc/vim + +if filereadable('/etc/vim/vimrc') + source /etc/vim/vimrc +endif +``` +This will load our config in `/etc/vim/`. All the other steps remain the same. + +--- + +### 6. Done! Once the installation is complete, your system-wide `vim` should be fully configured with the desired plugins and color schemes. You're now ready to enjoy a fully customized `vim` experience!