liquidev / lintplus

An improved linting plugin for the lite text editor.
59 stars 7 forks source link

Use Lite XL 2.0's `process` API #11

Closed liquidev closed 2 years ago

liquidev commented 3 years ago

After Lite XL 2.0 is released, the liteipc Rust library should be removed in favor of the process library built into the editor. Compatibility with vanilla lite can be preserved by providing a polyfill based on the current implementation of synchronous liteipc, but I don't really see many reasons for supporting the inferior vanilla version of the editor.