From adf21e7e9f05a1ac9d9136bc6bcf62964f07a437 Mon Sep 17 00:00:00 2001 From: Martin Hans Date: Mon, 27 May 2024 16:14:33 +0200 Subject: [PATCH] Update README.md Co-authored-by: Leila Elkhalidy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 718cbabd..6020904d 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ For instance, my `my_configs.vim` looks like this: map ct :cd ~/Desktop/Todoist/todoist map cw :cd ~/Desktop/Wedoist/wedoist -To further structurize your own stuff or to enable integration in *dotfile* managers like [chezmoi](https://chezmoi.io) +To further structure your own stuff or to enable integration in *dotfile* managers like [chezmoi](https://chezmoi.io) place `.vim` files with `vimrc` matching syntax in the `~/.vim_runtime/my_configs/` directory. You can also install your plugins, for instance, via pathogen you can install [vim-rails](https://github.com/tpope/vim-rails):