joshnajera / godot-vim

VIM bindings for godot 4
MIT License
235 stars 24 forks source link

Adding instructions for setup #19

Open treguv opened 10 months ago

treguv commented 10 months ago

Dont have permissions for the repo so figured I would write out the markdown to be easily copied.

Installing and Enabling the Plugin

General plugin enabling instructions can be found here.

To enable Godot-Vim:

1) Download the Zip of this repository 2) Within your Godot project, open the project folder in your file explorer 3) Open the Zip of Godot-Vim, and find the addons folder 4) Copy the addons folder into the root folder of your Godot project

Note: If you already have an existing addons folder in your Godot project, move the contents of the downloaded addon folder to that folder 5) From Godot, navigate to Project > Project Settings > Plugins, and enable Godot-Vim

Navigating back to your editor, you should now see your vim keybindings enabled

Hope this helps save some time for people in the future!