The goal of this paragraph is to list a number of plugins for beginners.
There focus is to:
- Make Vim easier to use (more intuitive).
- Perform some basic editor task more intuitively
A plugin manager to install the plugins.
Look and feel is so important to me. I need that the editor looks good.
You can use the VimColorSchemes to help you finding a color scheme that fit your taste and that is mature enough.
gruvbox [The most popular one]
nord-vim [My Favorite]
Look and feel is so important to me. I need that the editor looks good.
Improves the Vim command completion menu:
Shows the completion alternatives in a vertical menu:
Visualize the result of the substitution while you are typing it. It helps you identifying the mistakes you do when using the regular expression.
Extend the *
search to the visual selection.
Useful if you need to search text containing spaces or punctuation.
Shortly highlight the text you just yank (copy). It gives you confidence to yank without first selecting.
Helps you to find file and to switch buffers.