From fd36be156ab92b4510fc2541d460f285cb554ed7 Mon Sep 17 00:00:00 2001 From: chauncey Date: Thu, 29 Dec 2022 07:12:24 -0600 Subject: [PATCH] Add uninstall info to FAQ --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e29f426a..d378d4ff 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,7 @@ Each PR, especially those which increase the line count, should have a descripti * What should I do if I already have a pre-existing neovim configuration? * You should back it up, then delete all files associated with it. * This includes your existing init.lua and the neovim files in `.local` which can be deleted with `rm -rf ~/.local/share/nvim/` + * How do I uninstall kickstart.nvim? + * Remove the nvim config with `rm -rf ~/.config/nvim/*` + * Remove the nvim local share with `rm -rf ~/.local/share/nvim/*`