1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Add vim-vtools (#87)

This commit is contained in:
zakuro 2020-12-23 22:29:04 +09:00 committed by GitHub
parent be964fb888
commit 4d940919b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@
- [Utility](#utility) - [Utility](#utility)
- [Other](#other) - [Other](#other)
- [Syntax highlighting](#syntax-highlighting) - [Syntax highlighting](#syntax-highlighting)
- [Editor plugins](#editor-plugins)
- [GitHub actions](#github-actions) - [GitHub actions](#github-actions)
- [Videos](#videos) - [Videos](#videos)
- [Programming contests](#programming-contests) - [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. - [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. - [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 ### GitHub actions
- [setup-v-action](https://github.com/marketplace/actions/setup-v-environment) - GitHub action automation to use V in your workflow. - [setup-v-action](https://github.com/marketplace/actions/setup-v-environment) - GitHub action automation to use V in your workflow.