From 2f22fe9446d2f29265a45eb93ba90efa1455728b Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 26 Sep 2024 11:14:32 +0000 Subject: [PATCH] Add vim/README.md --- vim/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vim/README.md diff --git a/vim/README.md b/vim/README.md new file mode 100644 index 0000000..aba99e6 --- /dev/null +++ b/vim/README.md @@ -0,0 +1,7 @@ +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, like so: + +```vim +set runtimepath+=/etc/vim/autoload +``` +And edit other relevent lines accordingly, wherever the paths are specified. \ No newline at end of file