Skip to content

v0.2

Compare
Choose a tag to compare
@rafcamlet rafcamlet released this 13 Feb 14:13
· 25 commits to master since this release
ba6e058

Changelog

v0.2

  • Better nvim native lsp integration (now you should have lsp completion in luapad buffers)
  • Enable creation of multiple luapads instances
  • Allow luapad to be attached to an existing buffer
  • Add on_init callback
  • Allow providing evaluation context for luapad buffers
  • Allow configure luapad via lua
  • Add eval_on_move and eval_on_change settings
  • Expose luapad lua api
  • Replace g:luapad_status and g:luapad_msg variables by status() and msg() lua functions.
  • Now luapad print function print also nil values