Use Neovim as the backend for Godot's script editor.Inspired by vscode-neovim and GodotVim.This plugin embeds Neovim via RPC, bringing full Vim functionality including:- All Vim modes (Normal, Insert, Visual, V-Line, V-Block, Command-line, Replace)- Ex commands (:w, :q, :%s/old/new/g, :sort, :g/pattern/d, etc.)- Named registers, marks, and macros- Text objects and motions- Folding (za, zo, zc, zM, zR)- Jump list (Ctrl+O, Ctrl+I)- Go to definition (gd), open URL (gx), documentation (K)- Number increment/decrement (Ctrl+A, Ctrl+X)- Mouse drag selection syncs to visual mode