Skip to content

Releases: YaroSpace/lua-console.nvim

v1.2.1

14 Dec 20:13
Compare
Choose a tag to compare

What's Changed

Minor

  • feat: syntax highlighting for code embedded in Lua comments
  • frat: local lang prefix can be be omitted
  • fix; indenttion removed for external evaluators
  • fix: help message

v1.2.0

09 Dec 12:22
Compare
Choose a tag to compare

What's Changed

Major

  • Support for other languages through external code evaluators
  • Evaluator can be attached to any buffer

Minor

  • Add mapping for evaluating the whole buffer
  • Show reults of assignments as virtual text
  • Autosave console

Breaking changes

  • Removed mapping for clearing console

v1.1.0

15 Nov 17:33
7742a1c
Compare
Choose a tag to compare

[New features] Execution context can be inspected and preserved between executions
[Improvements] Truncated stacktraces can be followed. Returning nil will show in virtual text, instead of printing.
[Fixes] Mapping for help toggle. Pretty printing results of functions that return multiple variables

What's Changed

v1.0.0

06 Nov 21:01
Compare
Choose a tag to compare
load messages feature to accomodate for overrides by Noice and

the like plugins

fixed buffer delete bug

improved stacktrace