From ec30126a0ee0366df574c13262003e93661b7e27 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Tue, 7 Feb 2017 13:18:58 +0100 Subject: [PATCH] Fix ordering and add Vim Mode to table of contents --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f6c3e4f..04142d7 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Runner](#runner) - [SVG Viewer](#svg-viewer) - [Slack](#slack) + - [Vim Mode](#vim-mode) - [Resources for extension developers](#resources-for-extension-developers) - [Documentation](#documentation) - [Libraries](#libraries) @@ -347,18 +348,17 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ![SVG Viewer](https://github.com/cssho/vscode-svgviewer/blob/master/img/preview.png) -### [Vim Mode](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim) - -> Relatively new, but promising extension implementing Vim features in VSCode. Authors suggest to join their [Slack channel](https://vscodevim-slackin.azurewebsites.net/) for feature requests on your favorite Vim features - -![](https://github.com/VSCodeVim/Vim/raw/master/images/screen.png) - ### [Slack](https://marketplace.visualstudio.com/items?itemName=sozercan.slack) > Send messages and code snippets, upload files to Slack ![](https://raw.githubusercontent.com/sozercan/vscode-slack/master/slack-upload.gif) +### [Vim Mode](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim) + +> Relatively new, but promising extension implementing Vim features in VSCode. Authors suggest to join their [Slack channel](https://vscodevim-slackin.azurewebsites.net/) for feature requests on your favorite Vim features + +![](https://github.com/VSCodeVim/Vim/raw/master/images/screen.png) ## Resources for extension developers