The first thing you can do is find out where vim has been installed using the which command.
% which vim
/opt/homebrew/bin/vim
If you find that Vim is installed under the homebrew directory, then all you need to do is run the command.
% brew unistall vim

Have Questions? Post them here!
- Create Hidden File or Directory using Shell Command - Linux
- MacoOS - xyz is an app downloaded from the internet. Are you sure you want to open it? Alert - MacOS
- How To Change Mac Terminal Text Color - MacOS
- How to add two float numbers in Python - Python
- Java Get Current Date for a Specific Time Zone - Java
- How to run Gradle build in offline mode - Gradle
- [Gmail] Calling in Hangouts will be turned off soon. - News
- Run Scripting Language (JavaScript, Python, Groovy, Ruby) in Java - Java