Update README.md instructions for .vimrc

Added instructions to find .vimrc as the user may not already know where to find it.
This commit is contained in:
Arpan
2024-03-14 00:55:09 -05:00
committed by GitHub
parent 0765c5c4f4
commit 7f8abe5258

View File

@@ -56,7 +56,7 @@
3. Configure Plugins:
Put this at the top of your `.vimrc` to use Vundle. Remove plugins you don't need, they are for illustration purposes.
Put this at the top of your `.vimrc` to use Vundle. You may have to create a `.vimrc` file if it doesn't already exist at `~/.vimrc`. Remove plugins you don't need, they are for illustration purposes.
```vim
set nocompatible " be iMproved, required