Skip to content

Commit ae94fa8

Browse files
Fix: socket path to match internal GodotStartEditorServer cmd
1 parent 57f0beb commit ae94fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/neovim-external-editor-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This setup allows you to click on a script in Godot and open it directly in Neov
8383
shift
8484
fi
8585

86-
SOCKET="/private/tmp/godot.pipe" # Neovim socket path
86+
SOCKET="/tmp/godot.pipe" # Neovim socket path
8787
NVR="/Library/Frameworks/Python.framework/Versions/3.8/bin/nvr"
8888

8989
OPEN_MODE="window"

0 commit comments

Comments
 (0)