mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
docs(vim-essentials): recommend vim-rust (and devicons too)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user