Lightning-fast and Powerful Code Editor written in Rust
Go to file
Andrei Jiroh Halili de86af3a29
docs: add install instructions for nixpkgs (#2401)
* docs: add install instructions for nixpkgs

I also included the link to the package in NixOS Search btw.

* docs: remove nixos config notes per https://github.com/lapce/lapce/pull/2401#discussion_r1202429461
2023-05-25 20:17:04 +02:00
.github ci: copy cargo config from release workflow (#2338) 2023-04-11 13:14:13 +02:00
defaults Remove duplicate binding for Shift-Delete (#2246) 2023-03-14 18:30:43 +01:00
docs docs: add install instructions for nixpkgs (#2401) 2023-05-25 20:17:04 +02:00
extra Revert "fix: proxy version comparison" (#2395) 2023-05-22 10:20:59 +02:00
icons Implement rendering of images in markdown views (#1991) 2023-01-15 19:28:07 +00:00
lapce-core Revert "fix: proxy version comparison" (#2395) 2023-05-22 10:20:59 +02:00
lapce-data Revert "fix: proxy version comparison" (#2395) 2023-05-22 10:20:59 +02:00
lapce-proxy Revert "fix: proxy version comparison" (#2395) 2023-05-22 10:20:59 +02:00
lapce-rpc send user HOME dir from proxy to editor (#2056) 2023-01-24 19:23:17 +00:00
lapce-ui Revert "fix: proxy version comparison" (#2395) 2023-05-22 10:20:59 +02:00
.gitattributes fix: add gitattributes for scripts (#1894) 2023-01-01 15:51:07 +00:00
.gitignore feat: make metainfo comptime (#2374) 2023-05-14 21:54:17 +02:00
.rustfmt.toml fix: format imports (#1431) 2022-10-02 14:18:22 +01:00
CHANGELOG.md docs: fix changelog (#2332) 2023-04-09 21:48:54 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md (#1887) 2022-12-30 19:35:25 +00:00
Cargo.lock Revert "fix: proxy version comparison" (#2395) 2023-05-22 10:20:59 +02:00
Cargo.toml Revert "fix: proxy version comparison" (#2395) 2023-05-22 10:20:59 +02:00
LICENSE Create LICENSE 2021-10-06 17:13:56 +01:00
Makefile feat: allow custom codesign identity (#1457) 2022-10-08 14:47:55 +01:00
README.md update docs 2022-10-12 19:07:11 +01:00
lapce.spec bump version 2023-03-16 19:12:46 +00:00
rust-toolchain.toml Add rust-toolchain file 2022-09-20 21:42:23 +02:00

README.md


Lapce

Lightning-fast And Powerful Code Editor


Lapce (IPA: /læps/) is written in pure Rust with a UI in Druid (which is also written in Rust). It is designed with Rope Science from the Xi-Editor which makes for lightning-fast computation, and leverages OpenGL for rendering. More information about the features of Lapce can be found on the main website and user documentation can be found on GitBook.

Features

  • Built-in LSP (Language Server Protocol) support to give you intelligent code features such as: completion, diagnostics and code actions
  • Modal editing support as first class citizen (Vim-like, and toggleable)
  • Built-in remote development support inspired by VSCode Remote Development. Enjoy the benefits of a "local" experience, and seamlessly gain the full power of a remote system.
  • Plugins can be written in programming languages that can compile to the WASI format (C, Rust, AssemblyScript)
  • Built-in terminal, so you can execute commands in your workspace, without leaving Lapce.

Installation

You can find pre-built releases for Windows, Linux and macOS here, or installing with a package manager. If you'd like to compile from source, you can find the guide.

Contributing

Guidelines for contributing to Lapce can be found in CONTRIBUTING.md.

Feedback & Contact

The most popular place for Lapce developers and users is on the Discord server.

Or, join the discussion on Reddit where we are just getting started.

There is also a Matrix Space, which is linked to the content from the Discord server.

License

Lapce is released under the Apache License Version 2, which is an open source license. You may contribute to this project, or use the code as you please as long as you adhere to its conditions. You can find a copy of the license text here: LICENSE.