From 414a45327b01b26940203a97f2d999cadb5d5e57 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Wed, 10 Dec 2025 06:03:58 -0800 Subject: [PATCH] feat: lsps --- nixvim/plugins/lsp.nix | 3 +++ scripts/wired.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nixvim/plugins/lsp.nix b/nixvim/plugins/lsp.nix index c372b485..78109e64 100644 --- a/nixvim/plugins/lsp.nix +++ b/nixvim/plugins/lsp.nix @@ -20,13 +20,16 @@ in { "nixd" "zk" "gleam" + "elixirls" "qmlls" + "somesass" "luau_lsp" "stylua" ]; disabledPackageServers = [ "rust_analyzer" "luau_lsp" + "elixirls" "stylua" ]; in diff --git a/scripts/wired.sh b/scripts/wired.sh index b1f115a8..2c57b077 100755 --- a/scripts/wired.sh +++ b/scripts/wired.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash adb reverse tcp:9757 tcp:9757 -adb shell am start -a android.intent.action.VIEW -d "wivrn+tcp://localhost" org.meumeu.wivrn.github.testing +adb shell am start -a android.intent.action.VIEW -d "wivrn+tcp://localhost" org.meumeu.wivrn.github.nightly