Mon, 26 Aug 2024 14:23:43 -0500
more gopls config. add inlay hint toggle
1108 | 1 | #!/bin/sh |
2 | set -eu | |
3 | ||
4 | install_it() { | |
5 | cpm install -g \ | |
6 | Reply \ | |
7 | experimentals \ | |
8 | B::Keywords \ | |
9 | Carp::Always \ | |
10 | Class::Refresh \ | |
11 | Data::Printer \ | |
12 | Data::Printer::Filter::JSON \ | |
13 | Data::Printer::Filter::URI \ | |
14 | Path::Tiny \ | |
15 | Pry \ | |
16 | Term::ReadLine::Gnu | |
17 | ||
18 | asdf reshim perl || : | |
19 | } | |
20 | ||
21 | . ~/.lib/sh/stubexec.sh |