Update qlfile
This commit is contained in:
parent
db2c70496d
commit
998756e0da
3 changed files with 1 additions and 26 deletions
20
.vscode/settings.json
vendored
20
.vscode/settings.json
vendored
|
@ -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)",
|
|
||||||
],
|
|
||||||
}
|
|
1
qlfile
1
qlfile
|
@ -1,4 +1,3 @@
|
||||||
git alive-lsp https://github.com/nobody-famous/alive-lsp.git
|
|
||||||
ql wild-package-inferred-system
|
ql wild-package-inferred-system
|
||||||
ql fiveam
|
ql fiveam
|
||||||
ql alexandria
|
ql alexandria
|
||||||
|
|
|
@ -2,10 +2,6 @@
|
||||||
(:class qlot/source/dist:source-dist
|
(:class qlot/source/dist:source-dist
|
||||||
:initargs (:distribution "https://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
|
:initargs (:distribution "https://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
|
||||||
:version "2023-10-21"))
|
: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" .
|
("wild-package-inferred-system" .
|
||||||
(:class qlot/source/ql:source-ql
|
(:class qlot/source/ql:source-ql
|
||||||
:initargs (:%version :latest)
|
:initargs (:%version :latest)
|
||||||
|
@ -33,7 +29,7 @@
|
||||||
("piccolo" .
|
("piccolo" .
|
||||||
(:class qlot/source/git:source-git
|
(:class qlot/source/git:source-git
|
||||||
:initargs (:remote-url "https://github.com/skyizwhite/piccolo.git")
|
:initargs (:remote-url "https://github.com/skyizwhite/piccolo.git")
|
||||||
:version "git-1b617f75393df820cb1ba0546ced07d2fb1d02c3"))
|
:version "git-929b93960db7d2fd600a5109dfa0004d0c64c34c"))
|
||||||
("ningle-fbr" .
|
("ningle-fbr" .
|
||||||
(:class qlot/source/git:source-git
|
(:class qlot/source/git:source-git
|
||||||
:initargs (:remote-url "https://github.com/skyizwhite/ningle-fbr.git")
|
:initargs (:remote-url "https://github.com/skyizwhite/ningle-fbr.git")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue