How to use neovim to write gdscript with auto complete?

Godot Version

4.2.1

Question

I’m using neovim in Ubuntu 20.04(focal).
Is there any way to use neovim?

What you want to do is hook up the LSP to the Godot GDS Language Server. I have no clue how to do this, but here’s some relevant info:
https://neovim.io/doc/user/lsp.html
https://docs.godotengine.org/en/stable/tutorials/editor/external_editor.html#lsp-dap-support

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.