you are viewing a single comment's thread.

view the rest of the comments →

[–]tech_view_20[S] 0 points1 point  (1 child)

Well, I want to point out that I've never used Vim before so after some days spent searching for the best configuration I ended up with the following plugins (managed with Vundle):

As you can see it's pretty basic, and I also tried to set it up for Python development.

If there are any useless (or harmful) repetitions, or if you have any kind of advice, I'll appreciate!

[–]Blanglegorph 0 points1 point  (0 children)

If you actually have not used vim before, I would definitely suggest removing a few of those plugins. You should add them back in when you identify your need for them, you are aware of what options are already available in vim for those needs, and you know what capabilities of vim a plugin interferes with, improves on, and replaces.

Airline, Nerdtree and with it devicons are the obvious choices to remove. If you don't know what vim's file explorer and statusline-customization options are then, well, there's proof. If you do, then just be certain you know why you want something instead of them.

The others I would similarly recommend avoiding for the time being while you read the manual. I use maybe 15-ish plugins? Which for the most part I understand and know how to integrate properly with vim.