Updated Readmes; renamed servers to reference servers

This commit is contained in:
2025-11-27 15:01:13 -06:00
parent 4e2f1b9e93
commit 87cc1efdce
31 changed files with 22 additions and 69 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -eu pipefail
LSPCONTAINERS_GROUP=$(id -g)
LSPCONTAINERS_USER=$(id -u)
sudo usermod -u $LSPCONTAINERS_USER lspcontainers \
&& sudo groupmod -g $LSPCONTAINERS_GROUP lspcontainers || true \
&& exec "gopls"