Skip to content

Releases: rafcamlet/nvim-luapad

v0.3

15 Aug 18:26
Compare
Choose a tag to compare

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

13 Feb 14:13
ba6e058
Compare
Choose a tag to compare

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