Instructions for Fedora

This commit is contained in:
Candifloss 2026-07-16 18:28:43 +00:00
parent cf52be35ec
commit aabedaba71

View File

@ -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!