Beginner Plugins
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
Plugin-Manager
A plugin manager to install the plugins.
Colorscheme
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]
Status Line
Look and feel is so important to me. I need that the editor looks good.
Wilder
Improves the Vim command completion menu:
Shows the completion alternatives in a vertical menu:
Traces
Visualize the result of the substitution while you are typing it. It helps you identifying the mistakes you do when using the regular expression.
Vim-Visual-Star-Search
Extend the *
search to the visual selection.
Useful if you need to search text containing spaces or punctuation.
Vim-HighlightedYank
Shortly highlight the text you just yank (copy). It gives you confidence to yank without first selecting.
Fuzzy Finding
Helps you to find file and to switch buffers.