From 998756e0da026448f121e801738607e187cbdcda Mon Sep 17 00:00:00 2001
From: paku <paku@skyizwhite.dev>
Date: Tue, 20 Feb 2024 17:41:00 +0900
Subject: [PATCH] Update qlfile

---
 .vscode/settings.json | 20 --------------------
 qlfile                |  1 -
 qlfile.lock           |  6 +-----
 3 files changed, 1 insertion(+), 26 deletions(-)
 delete mode 100644 .vscode/settings.json

diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 8ac620c..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-    "editor.formatOnType": true,
-    "[lisp]": {
-        "editor.wordSeparators": "`|;:'\",()"
-    },
-    "alive.lsp.startCommand": [
-        "qlot",
-        "exec",
-        "ros",
-        "run",
-        "--eval",
-        "(ql:quickload '(:cl-json :bordeaux-threads :usocket :flexi-streams))",
-        "--eval",
-        "(require :asdf)",
-        "--eval",
-        "(asdf:load-system :alive-lsp)",
-        "--eval",
-        "(alive/server:start)",
-    ],
-}
diff --git a/qlfile b/qlfile
index 5974204..9af0d3f 100644
--- a/qlfile
+++ b/qlfile
@@ -1,4 +1,3 @@
-git alive-lsp https://github.com/nobody-famous/alive-lsp.git
 ql wild-package-inferred-system
 ql fiveam
 ql alexandria
diff --git a/qlfile.lock b/qlfile.lock
index e672ec2..5b55b0f 100644
--- a/qlfile.lock
+++ b/qlfile.lock
@@ -2,10 +2,6 @@
  (:class qlot/source/dist:source-dist
   :initargs (:distribution "https://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
   :version "2023-10-21"))
-("alive-lsp" .
- (:class qlot/source/git:source-git
-  :initargs (:remote-url "https://github.com/nobody-famous/alive-lsp.git")
-  :version "git-56c01fb34dd7ba9d0dab0e6e9bfba7529bbd7001"))
 ("wild-package-inferred-system" .
  (:class qlot/source/ql:source-ql
   :initargs (:%version :latest)
@@ -33,7 +29,7 @@
 ("piccolo" .
  (:class qlot/source/git:source-git
   :initargs (:remote-url "https://github.com/skyizwhite/piccolo.git")
-  :version "git-1b617f75393df820cb1ba0546ced07d2fb1d02c3"))
+  :version "git-929b93960db7d2fd600a5109dfa0004d0c64c34c"))
 ("ningle-fbr" .
  (:class qlot/source/git:source-git
   :initargs (:remote-url "https://github.com/skyizwhite/ningle-fbr.git")