kickstart.nvim
kickstart.nvim copied to clipboard
How to uninstall kickstart.nvim?
Describe the bug I'd like to go back to vanilla neovim and start over. How do I do so?
To Reproduce Steps to reproduce the behavior:
- Install kickstart.nvim
- Read README.md
- Be confused
Desktop (please complete the following information):
- OS: Arch Linux
- Terminal: Alacritty
** Neovim Version ** NVIM v0.8.1
just run:
-
rm -rf ~/.config/nvim/* -
rm -rf ~/.local/share/nvim/*
and you should have vanila neovim
if anyone wants to add to FAQ, it's easy PR ;)