docs(vim-essentials): recommend vim-rust (and devicons too)
authorAJ ONeal <aj@therootcompany.com>
Sun, 21 Nov 2021 04:41:33 +0000 (04:41 +0000)
committerAJ ONeal <aj@therootcompany.com>
Sun, 21 Nov 2021 05:34:09 +0000 (05:34 +0000)
vim-essentials/README.md
vim-essentials/install.sh

index dc144ca85b27bef9798c25a11511f7f4af4cbe17..e8df5ab14ccd7badf643fae5d2d3a98c65d2e549 100644 (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)
index ec453e55e354b398a30c6a155bb7e9e1d357ec35..9be7ed71e7dc3191cad45006494afb1c13de0204 100644 (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-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'