From 360131788aee5e5b1a061a7596f778674704abdf Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Fri, 15 Sep 2023 20:09:02 +0200 Subject: [PATCH] Add notice about clearing nvim data dir --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ba823e7..88a47a8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ These are the requirements to make use of this neovim configuration. - git - tar +If you are coming from a previous neovim configuration, it's probably also a +good idea to delete your neovim data directory. To check where it is you can +run: +```sh +nvim --headless --clean -c 'echo stdpath("data") .. "\n"|q' +``` + ## Platform specific requirements Windows: