Add notice about clearing nvim data dir

This commit is contained in:
2023-09-15 20:09:02 +02:00
parent dab675ebd4
commit 360131788a
+7
View File
@@ -5,6 +5,13 @@ These are the requirements to make use of this neovim configuration.
- git - git
- tar - 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 ## Platform specific requirements
Windows: Windows: