carlhuda / janus

Vim distribution
7.88k stars 814 forks source link

Best way to uninstall Janus #705

Closed alexventuraio closed 4 years ago

alexventuraio commented 5 years ago

Recently I've playing around with some configurations to user ESLint, ale and Prettier to work with Reactjs. But I did some different customizations that I ended up messing up my development environment.

What I want to do is to uninstall Janus completely from my machine so I can start over again customizing it but with a brand new Janus installation.

I've looking for a proper way to do so but I have no luck. Is there kind of an official way to uninstall Janus?

andersonvom commented 4 years ago

Just remove the following files/directories:

Instead of removing them, you might want to move them elsewhere, just in case you want it back.

alexventuraio commented 4 years ago

@andersonvom Thanks for clarifying!