From c2f5bdfc887b80f5965442166e9183dbd59b9c53 Mon Sep 17 00:00:00 2001 From: Harshad Srinivasan Date: Tue, 5 May 2020 09:29:32 -0700 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad081d..1aa63bb 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' (New-Object Net.WebClient).DownloadFile( $uri, $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath( - "~\AppData\Local\nvim\autoload\plug.vim" + "~\AppData\Local\nvim-data\site\autoload\plug.vim" ) ) ```