removed lsp-zero and reconfigured lsp. setup cmp more throughly. added snippets. made packer file a bit more organized.

This commit is contained in:
2025-06-08 00:09:28 -05:00
parent b69040fda0
commit 01b58f09b7
10 changed files with 235 additions and 85 deletions

View File

@@ -2,13 +2,16 @@
# may be moved to theme setter
cd "$(dirname "$0")"
listwalls=0
unload=0
secondary=""
primary=""
all=""
while getopts "up:s:a:" opt; do
while getopts "lup:s:a:" opt; do
case "$opt" in
l) listwalls=1
;;
u) unload=1
;;
p) primary="$OPTARG"
@@ -23,6 +26,11 @@ done
shift $((OPTIND-1))
[ "${1:-}" = "--" ] && shift
if [ $listwalls == 1 ]; then
ls ./wallpaper_scripts
exit 0
fi
if [ "$all" ]; then
primary="$all"
secondary="$all"