Attach Godot LSP server to Neovim on Linux/MacOS

This commit is contained in:
mathijs-bakker
2025-08-20 17:17:59 +02:00
parent 04bbec67cb
commit 70fec979b3
6 changed files with 168 additions and 0 deletions

2
lua/godotdev/init.lua Normal file
View File

@@ -0,0 +1,2 @@
-- lua/godotdev/init.lua
return require("godotdev.setup")