diff --git a/README.md b/README.md index 09f562d..625815a 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Add a vim-plug section to your `~/.vimrc` (or `stdpath('config') . '/init.vim'` ```vim " Specify a directory for plugins +" - For Windows: '~/vimfiles/plugged' " - For Neovim: stdpath('data') . '/plugged' " - Avoid using standard Vim directory names like 'plugin' call plug#begin('~/.vim/plugged')