- Update to version 0.3.0: Features/Changes * Rewrite with Floem UI * Reimplement completion lens * Show Lapce as an option when doing "Open With..." on Linux * Implement multi-line vim-motion yank and delete (3dd, 2yy, etc.) * Implement search and replace * Implement debug adapter protocol Bug Fixes * Inform language servers that Lapce supports LSP diagnostics OBS-URL: https://build.opensuse.org/request/show/1128003 OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=79
78 lines
3.3 KiB
Plaintext
78 lines
3.3 KiB
Plaintext
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/MDeiml/tree-sitter-markdown.git?rev=272e080bca0efd19a06a7f4252d746417224959e"]
|
|
git = "https://github.com/MDeiml/tree-sitter-markdown.git"
|
|
rev = "272e080bca0efd19a06a7f4252d746417224959e"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/alacritty/alacritty?rev=6071a7bf35cfd99be8ba70f479f188b7370cda6f"]
|
|
git = "https://github.com/alacritty/alacritty"
|
|
rev = "6071a7bf35cfd99be8ba70f479f188b7370cda6f"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/dragazo/human-sort?rev=1e74db1e09e8194ba88ad983723cf6f8b0c365da"]
|
|
git = "https://github.com/dragazo/human-sort"
|
|
rev = "1e74db1e09e8194ba88ad983723cf6f8b0c365da"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/lapce/cosmic-text?rev=5bfa288f19970a0b482ad75d5f460ad2c4e08900"]
|
|
git = "https://github.com/lapce/cosmic-text"
|
|
rev = "5bfa288f19970a0b482ad75d5f460ad2c4e08900"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/lapce/floem?rev=4fbe6f4489c3dcca232df2e2787b6ab7ac8f83c9"]
|
|
git = "https://github.com/lapce/floem"
|
|
rev = "4fbe6f4489c3dcca232df2e2787b6ab7ac8f83c9"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/lapce/psp-types?rev=f7fea28f59e7b2d6faa1034a21679ad49b3524ad"]
|
|
git = "https://github.com/lapce/psp-types"
|
|
rev = "f7fea28f59e7b2d6faa1034a21679ad49b3524ad"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/lapce/structdesc"]
|
|
git = "https://github.com/lapce/structdesc"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/lapce/vger-rs?rev=9b994a61bdf84d1d6a2bb3c3830ba3fd3661edad"]
|
|
git = "https://github.com/lapce/vger-rs"
|
|
rev = "9b994a61bdf84d1d6a2bb3c3830ba3fd3661edad"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/lapce/wasi-experimental-http"]
|
|
git = "https://github.com/lapce/wasi-experimental-http"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/lapce/winit?rev=96d8a1f7d8ab7969d836f940d0b18d3540979e6c"]
|
|
git = "https://github.com/lapce/winit"
|
|
rev = "96d8a1f7d8ab7969d836f940d0b18d3540979e6c"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/linebender/peniko?rev=cafdac9a211a0fb2fec5656bd663d1ac770bcc81"]
|
|
git = "https://github.com/linebender/peniko"
|
|
rev = "cafdac9a211a0fb2fec5656bd663d1ac770bcc81"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/panekj/tree-sitter-yaml?rev=80c8d76847f03e772c5c524cf29bafb56858a8d1"]
|
|
git = "https://github.com/panekj/tree-sitter-yaml"
|
|
rev = "80c8d76847f03e772c5c524cf29bafb56858a8d1"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/tokio-rs/tracing?rev=c14525e1610db88986f849d46bd3e9795878b012"]
|
|
git = "https://github.com/tokio-rs/tracing"
|
|
rev = "c14525e1610db88986f849d46bd3e9795878b012"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/tree-sitter/tree-sitter-bash?rev=4488aa41406547e478636a4fcfd24f5bbc3f2f74"]
|
|
git = "https://github.com/tree-sitter/tree-sitter-bash"
|
|
rev = "4488aa41406547e478636a4fcfd24f5bbc3f2f74"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/tree-sitter/tree-sitter-json.git?rev=11e2cc12d9b267766fb11a06e52952792fd8e3f0"]
|
|
git = "https://github.com/tree-sitter/tree-sitter-json.git"
|
|
rev = "11e2cc12d9b267766fb11a06e52952792fd8e3f0"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor" |