Thu, 08 Jul 2021 12:59:19 -0500
cursed: gopls ignores structured or namespaced config, only the final key name matters
915 | 1 | stubexec() { |
2 | local real_bin="$(which -a $(basename $0) | grep -v $0 | head -n 1)" | |
3 | if [ -x "$real_bin" ]; then | |
4 | exec $real_bin $* | |
5 | fi | |
6 | } |