Update README.md
This commit is contained in:
parent
5e5d48118d
commit
58066efd7f
@ -143,14 +143,16 @@ mkdir -p plugged session sessions
|
||||
chmod 755 /etc/vim/*
|
||||
chmod o+r /etc/vim/autoload/*
|
||||
chmod o+r /etc/vim/colors/*
|
||||
chmod o+r -R /etc/vim/plugged/*
|
||||
chmod o+x /etc/vim/plugged/*
|
||||
```
|
||||
That should work.
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
- **Permissions**: Ensure that the directories and files in `/etc/vim` have the correct read and execute permissions for all users who need access.
|
||||
- **Permissions**: Ensure that the directories and files in `/etc/vim` have the correct read and execute permissions for all users who need access. If plugins face file permission issues, try this:
|
||||
```bash
|
||||
chmod o+r -R /etc/vim/plugged/*
|
||||
chmod o+x /etc/vim/plugged/*
|
||||
```
|
||||
|
||||
- **Plugin Conflicts**: If you encounter issues with specific plugins, check their documentation for configuration options or known issues.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user