Nvim Luapad Versions Save

Interactive real time neovim scratchpad for embedded lua engine - type and watch!

v0.3

2 years ago

v0.3

  • Drop viml configuration
  • Improve preview window resizing (although it still needs some work)
  • Fix "file no longer available" error
  • Galaxyline example added to readme
  • Upgrading specs
  • Other minor upgrades and refactor

v0.2

3 years ago

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