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