This commit is contained in:
mathijs-bakker
2025-09-02 15:30:12 +02:00
parent 9b887a689c
commit d61747ae07

View File

@@ -21,20 +21,20 @@ This setup allows you to click on a script in Godot and open it directly in Neov
|
| opens/jumps file
v
+-------------------------+
| |
| Neovim |
| (remote buffer via |
| nvr socket) |
+-------------------------+
+-------------------------+
| |
| Neovim |
| (remote buffer via |
| nvr socket) |
+-------------------------+
|
| brings terminal to front
v
+-------------------------+
| |
| GUI Terminal |
| (Ghostty, Alacritty) |
+-------------------------+
+-------------------------+
| |
| GUI Terminal |
| (Ghostty, Alacritty) |
+-------------------------+
```
- **Step 1:** Click a script in Godot
@@ -148,7 +148,7 @@ This setup allows you to click on a script in Godot and open it directly in Neov
- Specify terminal explicitly:
```bash
Alacritty +{line} {file}
alacritty +{line} {file}
```
@@ -202,8 +202,9 @@ If this fails, fix the setup before trying again in Godot.
### Terminal doesnt come to the front (macOS)
- Ensure you set the correct terminal app name (case-sensitive!):
- `ghostty` → `"Ghostty"`
- `iTerm` → `"iTerm2"`
- `Terminal` → `"Terminal"`
- `alacritty` → `"Alacritty"`
- `kitty` -> `"Kitty"`
- To check the exact name macOS expects, run:
```bash
osascript -e 'name of every application process'