Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 6ba721c

Browse files
author
connorgmeean
committed
feat(docs): Added uninstall docs
1 parent 6d2e9c9 commit 6ba721c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ bash <(curl -s https://raw.githubusercontent.com/NTBBloodbath/doom-nvim/main/too
7171
- [FAQ](#faq)
7272
- [Contributing](#contributing)
7373
- [Contributors](#contributors)
74+
- [Uninstall](#uninstalling)
7475

7576
---
7677

@@ -317,6 +318,11 @@ The majors changes between v3 and v4 are the following.
317318
> Because of the durastic changes to the way you configure doom-nvim we recommend
318319
> starting a new branch and porting your changes across.
319320
321+
## Uninstalling
322+
323+
To uninstall doom-nvim delete the `.nvim` folder from `$XDG_CONFIG_HOME/nvim` (`rm -r ~/.config/nvim`)
324+
You will also need to delete `packer_compiled.lua` from `$XDG_DATA_HOME/nvim/plugin/packer_compiled` (`rm ~/.local/share/nvim/plugin/packer_compiled.lua`)
325+
320326
## Contributing
321327

322328
For for information please see our [contributing docs](./docs/contributing.md).
@@ -349,6 +355,7 @@ Special thanks to these amazing people for helping improve doom (see [emoji key]
349355
</tr>
350356
</table>
351357

358+
352359
<!-- markdownlint-restore -->
353360
<!-- prettier-ignore-end -->
354361

0 commit comments

Comments
 (0)