From fe72847a40423d754a4f209adc1716bb9d5a21d1 Mon Sep 17 00:00:00 2001 From: Nick Burt Date: Tue, 28 Apr 2026 21:48:04 -0500 Subject: [PATCH] revert change to godot server section --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index fd577378..124f0b5b 100644 --- a/init.lua +++ b/init.lua @@ -963,6 +963,7 @@ require('lazy').setup({ -- FIX: godot-server: should check if the server is already running first... local gdprojectfilepath = vim.fn.getcwd() .. '/project.godot' local isInGdDirectory = vim.fn.filereadable(gdprojectfilepath) == 1 + if isInGdDirectory then vim.fn.serverstart '127.0.0.1:55432' end -- The line beneath this is called `modeline`. See `:help modeline`