When I use :e in vim, it will tab-complete .class files before the .java files. As I never want to edit .class files, how do I prevent vim from showing .class files in the tab-completion?
When I use :e in vim, it will tab-complete .class files before the .java
Share
You can use the suffixes option in your vimrc to de-prioritize or ignore files with .class extensions.
Here’s a simple example: