Skip to content

Latest commit

 

History

History
93 lines (48 loc) · 2.46 KB

beginnerplugins.md

File metadata and controls

93 lines (48 loc) · 2.46 KB

toc

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.

vim-Plug

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]

solarized

onedark

nord-vim [My Favorite]

Status Line

Look and feel is so important to me. I need that the editor looks good.

LightLine

Wilder

Wilder

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.

Fuzzy Finding

Helps you to find file and to switch buffers.