1
0
Fork
You've already forked processing-lsp
0
Provides a language server for processing as an executable.
  • Nix 100%
2024年08月07日 15:54:14 +12:00
.gitignore chore: gitignore 2024年08月07日 15:54:14 +12:00
flake.lock chore: initial commit 2024年08月07日 15:29:46 +12:00
flake.nix chore: remove note 2024年08月07日 15:48:56 +12:00
LICENSE chore: license 2024年08月07日 15:40:23 +12:00
README.md docs: readme 2024年08月07日 15:52:16 +12:00

Processing LSP

Introduction

This flake provides a copy of the processing-lsp using the processing package from nixpkgs.

Usage

To add this package to your flake inputs:

inputs = {
 # ...
 processing-lsp.url = "git+https://codeberg.org/sophieforrest/processing-lsp.git";
};

Then add it to your overlays (processing-lsp.overlays.default), which will provide pkgs.processing-lsp.