Gerep

Results 6 comments of Gerep

And here I just see: `"Connecting to chat.freenode.net..."` or `"Connecting to irc.freenode.net..."` I'm under Chromium Version 32.0.1700.77 (244343)

A working example =) ``` function _git_open() { local word=${COMP_WORDS[COMP_CWORD]} local local_branches=$(__git_heads) local remote_branches=$(git branch -r | sed 's/[->]//g') COMPREPLY=($(compgen -W "$local_branches $remote_branches" -- "${word}")) } complete -F _git_open git-open...

@eelucaslima this script will work if using `bash` but no `sh`. It also depends on git autocomplete script, for both shells.

@ObaniGemini, I had this issue; the setup was not running. It turns out I was using the addon from Godot's addon library, which is very old. I installed it manually,...

Doesn't it show to you? ![image](https://github.com/user-attachments/assets/770fa13e-9f57-4174-97d1-99dd3c651cf6) If I hover over the line, it shows the details. Although I have [godot-gdscript-toolkit gdlint](https://github.com/Scony/godot-gdscript-toolkit?tab=readme-ov-file#linting-with-gdlint-more) installed, it works without it. That's an LSP functionality...