From 4d940919b3b9ba7b763cbce6e4f73651217391a5 Mon Sep 17 00:00:00 2001 From: zakuro Date: Wed, 23 Dec 2020 22:29:04 +0900 Subject: [PATCH] Add vim-vtools (#87) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2c5e14f..96d7335 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ - [Utility](#utility) - [Other](#other) - [Syntax highlighting](#syntax-highlighting) + - [Editor plugins](#editor-plugins) - [GitHub actions](#github-actions) - [Videos](#videos) - [Programming contests](#programming-contests) @@ -205,6 +206,10 @@ - [v-mode](https://github.com/damon-kwok/v-mode) - Emacs major mode for the V programming language. - [vlang-sublime](https://github.com/oversoul/vlang-sublime) - Sublime text 3 Support for the Vlang Programming Language. +### Editor plugins + +- [vim-vtools](https://github.com/zakuro9715/vim-vtools) - V tools for Vim, including auto formatting. + ### GitHub actions - [setup-v-action](https://github.com/marketplace/actions/setup-v-environment) - GitHub action automation to use V in your workflow.