docs(vim-essentials): recommend vim-rust (and devicons too)

This commit is contained in:
AJ ONeal
2021-11-21 04:41:33 +00:00
parent 85a5689dbb
commit 178dde0699
2 changed files with 12 additions and 4 deletions

View File

@@ -29,6 +29,10 @@ It includes many of the vim plugins available on webinstall.dev such as:
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)
- Vim Utilities
- [**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)
- Language Tooling
- [vim-go](/vim-go) (golang support)
- [vim-rust](/vim-rust) (rustlang support)

View File

@@ -12,7 +12,11 @@ webi \
printf '\n'
printf 'Suggestion: Also check out these great plugins:\n'
printf '\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 ' - vim-devicons (use nerdfont icons in vim)\n'
printf '\n'
printf ' - vim-go (golang linting, etc)\n'
printf ' - vim-rust (rustlang linting, etc)\n'
printf '\n'