-- Handles setting up the connection to a locally running Godot instance for LSP responses return { cmd = vim.lsp.rpc.connect('127.0.0.1', 6005), filetypes = { 'gdscript' }, root_markers = { 'project.godot', '.git' }, }