dotfiles/vim/README.md

7 lines
315 B
Markdown
Raw Normal View History

2024-09-26 11:14:32 +00:00
System-wide `vim` config location might depend on your distro. On Ubuntu, it is located at `/etc/vim/vimrc`.
2024-10-28 05:32:32 +00:00
To get the runtime paths right, you'll need to set them in the vimrc, like so:
2024-09-26 11:14:32 +00:00
```vim
set runtimepath+=/etc/vim/autoload
```
And edit other relevent lines accordingly, wherever the paths are specified.