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.