7 lines
315 B
Markdown
7 lines
315 B
Markdown
System-wide `vim` config location might depend on your distro. On Ubuntu, it is located at `/etc/vim/vimrc`.
|
|
To get the runtime paths right, you'll need to set them in the vimrc, like so:
|
|
|
|
```vim
|
|
set runtimepath+=/etc/vim/autoload
|
|
```
|
|
And edit other relevent lines accordingly, wherever the paths are specified. |