feat: lsps

This commit is contained in:
Kat Inskip 2025-12-10 06:03:58 -08:00
parent e7ee7d3ac2
commit 414a45327b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 4 additions and 1 deletions

View file

@ -20,13 +20,16 @@ in {
"nixd" "nixd"
"zk" "zk"
"gleam" "gleam"
"elixirls"
"qmlls" "qmlls"
"somesass"
"luau_lsp" "luau_lsp"
"stylua" "stylua"
]; ];
disabledPackageServers = [ disabledPackageServers = [
"rust_analyzer" "rust_analyzer"
"luau_lsp" "luau_lsp"
"elixirls"
"stylua" "stylua"
]; ];
in in

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
adb reverse tcp:9757 tcp:9757 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