doc(vim-essentials): mention vim-commentary, update vim-nerdtree description

This commit is contained in:
AJ ONeal
2023-02-26 08:54:49 +00:00
parent a53fbe5f36
commit af3658e240
2 changed files with 5 additions and 1 deletions

View File

@@ -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)

View File

@@ -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'