diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -8,10 +8,7 @@ cd dotfiles make ``` -This will download the [vim-plug](https://github.com/junegunn/vim-plug) plugin -manager from github if not already present at .vim/autoload. To install the -plugins, open vim and type - -```vim -:PlugInstall -``` +If you have previously managed your vim plugins as in the former version of +my dotfiles, i.e. using a link from the `.vim` directory to `.config/nvim`, +you need to remove that link before running `make`, as a new link from +`dotfiles/nvim` to `.config/nvim` will be created. |