lapce: add module (#5752)

Adds the 'programs.lapce' module for configuring lapce text editor.
Options for settings, plugins and keymaps are available.
This commit is contained in:
Timon Schelling
2025-02-01 14:03:26 +01:00
committed by GitHub
parent 055c67056d
commit 8544cd0920
10 changed files with 282 additions and 0 deletions

View File

@@ -1700,6 +1700,16 @@ in {
'';
}
{
time = "2024-08-18T11:42:08+00:00";
message = ''
A new module is available: 'programs.lapce'.
Lightning-fast and Powerful Code Editor written in Rust.
See https://lapce.dev/ for more.
'';
}
{
time = "2024-09-13T08:58:17+00:00";
condition = hostPlatform.isLinux;