mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 09:39:51 +00:00
doc(vim-essentials): mention vim-commentary, update vim-nerdtree description
This commit is contained in:
@@ -49,6 +49,7 @@ It includes many of the vim plugins available on webinstall.dev such as:
|
||||
It **DOES NOT** include these, which you may also want:
|
||||
|
||||
- Vim Utilities
|
||||
- [**vim-commentary**](/vim-commentary) (`gc` to toggle comment blocks)
|
||||
- [**vim-gui**](/vim-gui) (mouse and clipboard support)
|
||||
- [vim-nerdtree](/vim-nerdtree) (`space + n` for dir tree, `o` to open file)
|
||||
- [vim-devicons](/vim-devicons) (nerdfont icons in vim)
|
||||
|
||||
@@ -23,7 +23,10 @@ __init_vim_essentials() {
|
||||
printf '\n'
|
||||
printf 'Suggestion: Also check out these great plugins:\n'
|
||||
printf '\n'
|
||||
printf ' - vim-nerdtree (better than the default file browser)\n'
|
||||
# shellcheck disable=SC2016
|
||||
printf ' - vim-commentary (`gc` to toggle comment blocks)\n'
|
||||
# shellcheck disable=SC2016
|
||||
printf ' - vim-nerdtree (`space + n` for dir tree, `o` to open file)\n'
|
||||
printf ' - vim-gui (mouse & clipboard support)\n'
|
||||
printf ' - vim-devicons (use nerdfont icons in vim)\n'
|
||||
printf '\n'
|
||||
|
||||
Reference in New Issue
Block a user