Releases: rafcamlet/nvim-luapad
Releases · rafcamlet/nvim-luapad
v0.3
v0.2
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
andeval_on_change
settings - Expose luapad lua api
- Replace
g:luapad_status
andg:luapad_msg
variables bystatus()
andmsg()
lua functions. - Now luapad print function print also nil values