joshnajera / godot-vim

VIM bindings for godot 4
MIT License
249 stars 27 forks source link

Refactored most of the part of the plugin and added common used commands #8

Closed wenqiangwang closed 1 year ago

wenqiangwang commented 1 year ago

Please feel free to pull it to the origin branch and let me you know your feedback.

joshnajera commented 1 year ago

Dude! This is awesome!!

wenqiangwang commented 1 year ago

Thanks! Glad to contribute.

BTW, I think i messed the Readme.md. Please update if you want. Also I fogot to comment out the DEBUGING=1 line which will print out a bunch of messages to console.

I am sure there should be a bunch of bugs. I will send PRs along the way when I fix them.

joshnajera commented 1 year ago

I really appreciate that you PR'd! lol :) I am also very happy you got some of the features I couldn't!

I will try and learn from your code.

I changed DEBUGGING to 0, and submitted a new release to the asset library!

wenqiangwang commented 1 year ago

No worries. It's so hard for me to type in Godot without VIM. While VSCode works but it it's much nicer to type right within Godot. So I have been looking for solutions and until one day find your project. You inspired me that this can be fully done in Godot!