mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
vim: update and rename vim-essentials (standard), vim-gui (mouse)
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
---
|
||||
title: vim-essentials
|
||||
homepage: https://webinstall.dev/vim-essentials
|
||||
tagline: |
|
||||
meta package for our recommended vim plugins and settings
|
||||
---
|
||||
|
||||
To update (replacing the current version) run `webi vim-essentials`.
|
||||
|
||||
## Cheat Sheet
|
||||
|
||||
> A collection of extremely useful plugins and very simple one-line changes to
|
||||
> vim's default settings.
|
||||
|
||||
This meta package will install the full set of plugins and settings we
|
||||
recommended.
|
||||
|
||||
It includes many of the vim plugins available on webinstall.dev such as:
|
||||
|
||||
- [vim-leader](/vim-leader)
|
||||
- [vim-shell](/vim-shell)
|
||||
- [vim-sensible](/vim-sensible)
|
||||
- [vim-viminfo](/vim-viminfo)
|
||||
- [vim-lastplace](/vim-lastplace)
|
||||
- [vim-spell](/vim-spell)
|
||||
- [vim-ale](/vim-ale)
|
||||
- [vim-prettier](/vim-prettier)
|
||||
- [vim-whitespace](/vim-whitespace)
|
||||
|
||||
It **DOES NOT** include these, which you may also want:
|
||||
|
||||
- [vim-gui](/vim-gui) (mouse and clipboard support)
|
||||
- [vim-nerdtree](/vim-nerdtree)
|
||||
- [vim-devicons](/vim-devicons)
|
||||
@@ -0,0 +1,18 @@
|
||||
webi \
|
||||
vim-leader \
|
||||
vim-shell \
|
||||
vim-sensible \
|
||||
vim-viminfo \
|
||||
vim-lastplace \
|
||||
vim-spell \
|
||||
vim-ale \
|
||||
vim-prettier \
|
||||
vim-whitespace \
|
||||
# done
|
||||
|
||||
printf '\n'
|
||||
printf 'Suggestion: Also check out these great plugins:\n'
|
||||
printf ' - vim-nerdtree (better than the default file browser)\n'
|
||||
printf ' - vim-gui (mouse & clipboard support)\n'
|
||||
printf ' - vim-go (golang linting, etc)\n'
|
||||
printf '\n'
|
||||
Reference in New Issue
Block a user