From 178dde06991ae3575a12a685579d3c5111afbe20 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 21 Nov 2021 04:41:33 +0000 Subject: [PATCH] docs(vim-essentials): recommend vim-rust (and devicons too) --- vim-essentials/README.md | 10 +++++++--- vim-essentials/install.sh | 4 ++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/vim-essentials/README.md b/vim-essentials/README.md index dc144ca..e8df5ab 100644 --- a/vim-essentials/README.md +++ b/vim-essentials/README.md @@ -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) diff --git a/vim-essentials/install.sh b/vim-essentials/install.sh index ec453e5..9be7ed7 100644 --- a/vim-essentials/install.sh +++ b/vim-essentials/install.sh @@ -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' -- 2.25.1