Instructions for Fedora
This commit is contained in:
parent
cf52be35ec
commit
aabedaba71
16
README.md
16
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!
|
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!
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user