refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / vim-essentials / README.md
1 ---
2 title: vim-essentials
3 homepage: https://webinstall.dev/vim-essentials
4 tagline: |
5   meta package for our recommended vim plugins and settings
6 ---
7
8 To update (replacing the current version) run `webi vim-essentials`.
9
10 ## Cheat Sheet
11
12 > A collection of extremely useful plugins and very simple one-line changes to
13 > vim's default settings.
14
15 This meta package will install the full set of plugins and settings we
16 recommended.
17
18 It includes many of the vim plugins available on webinstall.dev such as:
19
20 - [vim-leader](/vim-leader)
21 - [vim-shell](/vim-shell)
22 - [vim-sensible](/vim-sensible)
23 - [vim-viminfo](/vim-viminfo)
24 - [vim-lastplace](/vim-lastplace)
25 - [vim-spell](/vim-spell)
26 - [vim-ale](/vim-ale)
27 - [vim-prettier](/vim-prettier)
28 - [vim-whitespace](/vim-whitespace)
29
30 It **DOES NOT** include these, which you may also want:
31
32 - Vim Utilities
33   - [**vim-gui**](/vim-gui) (mouse and clipboard support)
34   - [vim-nerdtree](/vim-nerdtree) (`space + n` for dir tree, `o` to open file)
35   - [vim-devicons](/vim-devicons) (nerdfont icons in vim)
36 - Language Tooling
37   - [vim-go](/vim-go) (golang support)
38   - [vim-rust](/vim-rust) (rustlang support)