From 08a34835ca8b9363b05b6ce46f5d2f99552fc1a3 Mon Sep 17 00:00:00 2001 From: Mathijs Bakker Date: Mon, 1 Sep 2025 12:28:19 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 32c33ad..2802b86 100644 --- a/README.md +++ b/README.md @@ -91,9 +91,15 @@ A workaround is to to create a small script which launches the file in Neovim. chmod +x ~/.local/bin/open-nvim-godot.sh ``` 1. Add to PATH: + zsh: + ```zsh + echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc + ``` +
If zsh no works... fall back to bash. ```bash echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc ``` +
1. Configure Godot: `Editor > Editor Settings > Text Editor > External` with full path and `{file} {line} {col}`.
Show Screenshot -> Godot Editor Settings