Skip to content

Releases: 0x100101/lab.nvim

Bug Fix Release

08 Nov 03:47
0d02cec
Compare
Choose a tag to compare

Bug Fix Release

27 Feb 00:30
8cb3370
Compare
Choose a tag to compare
  • Properly handle pre-processor (esbuild) errors when they occur by displaying them as inline syntax errors when possible.
  • Properly handle any hard errors emitted from the code runner within the Lua handler. Previously the attempt to print the error would fail. (nvim_echo must not be called in a lua loop callback)
  • Await quick data generation before responding with the quick data config. This prevents race conditions on subsequent access of the data.
  • Add improved status message to help users understand why the code runner might not be enabled.
  • Correct typo in typescriptreact so that it will be recognized as supported.
  • Correct the panels file type to markdown, since the uppercase M seemed to be problematic for some users/systems.

Include dist files

20 Aug 01:46
Compare
Choose a tag to compare

Track dist files until a there's time for a better solution.

Code Maintenance Release

19 Aug 17:17
a9fe67e
Compare
Choose a tag to compare
  • migrate core system to typescript
  • setup eslint
  • minor refactoring for legibility/maintainability

Hotfix Setup Sequence

27 Jul 18:57
7bf5986
Compare
Choose a tag to compare
  • Properly detect nvim-cmp availability
  • Properly handle no opts

Hotfix quick data

27 Jul 16:36
770072e
Compare
Choose a tag to compare

Fix bug checking for the existence of the quick data faker file.

Quick Data Feature

26 Jul 00:13
d209ced
Compare
Choose a tag to compare
Add quick data feature (#2)

Misc bug fixes and improvements

Co-authored-by: 0x100101 <>

Additional Language Support

21 Jul 00:34
cf6850a
Compare
Choose a tag to compare
  • Implement additional language support for the code runner (Python and Lua).
  • Introduce the concept of code runner pre-processors: enabling quick, zero config typescript and more via esbuild.
  • Introduce the concept of per-file, persistent code runner configurations.
  • Misc cleanup, refactoring and bug fixes.
  • Updated README.

Initial Release

21 Jul 00:27
Compare
Choose a tag to compare
v0.1.0

With the exception of error messages, ignore cases where an appropria…