Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/*`