-
Currently Lapce only has implemented a very small set of Vim keys/features, mainly because I'm not a very powerful Vim user.
Feel free to comment on what Vim features you wish to support in Lapce.
-
is this line meant to be `"download.lock"` instead?
https://github.com/lapce/lapce-rust/blob/e7510356a4fe41b8e2b75de32ba4fa7044441ff8/src/main.rs#L46
also, is it possible to use `octocrab` (or somet…
-
## Is your feature request related to a problem? Please describe.
I'm trying to make a plugin for Lapce that integrates with the Code::Stats service.
I can't find a way to register a listener for …
-
Hey there,
Are there any plans to support PowerShell Core for Linux?
Also, I know this is a long shot, but how about [dotnet-script](https://github.com/dotnet-script/dotnet-script) (.csx file…
-
Hi ,
Ive been testing out lapce lldb with rust on MacOS M1
this is my current run.toml
```toml
# The run config is used for both run mode and debug mode
[[configs]]
# the name of this task
…
-
There are some plugins which use the binary from system PATH.
Any idea how I can use those plugins with the Flatpak?
Works with the released binaries
-
https://github.com/tree-sitter/tree-sitter/issues/1042
And an external binary is planned. Feel free to drop any ideas about the tree-sitter integration.
-
## Lapce Version
0.2.8
## System information
Local machine Linux Mint 21, remote Ubuntu 20.04
## Describe the bug
LSP works with local files but not when I edit in remote mode. I've in…
-
I haven't find any documentation that mentions how Lapce Plugins are distributed. I hope it's going to be peer-to-peer.
## Is your feature request related to a problem? Please describe.
An edito…
-
The code:
```rust
fn main() {}
#[export_name="test"]
pub fn test() {}
```
would produce the following Wasm assembly on Rust `1.66.1` compiled with `cargo build --target="wasm32-wasi"`:
``…