From 1ca57d77daa0755418bb9a839a2d343a0036bcfc Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Mon, 11 Nov 2024 23:38:19 +0800 Subject: [PATCH] [book] update nvim/vim plugin --- book/src/before-we-begin/ide-support.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/book/src/before-we-begin/ide-support.md b/book/src/before-we-begin/ide-support.md index 5433c851..7083584a 100644 --- a/book/src/before-we-begin/ide-support.md +++ b/book/src/before-we-begin/ide-support.md @@ -27,6 +27,12 @@ features. Whatever IDE you choose, you'll need to use the terminal to run the - [move-mode](https://github.com/amnn/move-mode) is a Move mode for Emacs by [Ashok Menon](https://github.com/amnn). +## Neovim/Vim + +- [Neovim](https://neovim.io/) and [Vim](https://www.vim.org/) are free and open source text editors. +- [move.vim](https://github.com/yanganto/move.vim) is a Move syntax for Neovim/Vim by + [Antonio Yang](https://github.com/yanganto). + ## Github Codespaces The Web-based IDE from Github can be run right in the browser and provides almost a full-featured