Releases: rafcamlet/nvim-luapad
Releases · rafcamlet/nvim-luapad
v0.3.1
What's Changed
- Fix temp dir by @ck3d in #10
- Add a setting to configure the split orientation. by @jacobsimpson in #15
- fix: use single quote to vim-plug by @oeyoews in #17
- Update README per CursorHold fix in Neovim 0.8.0 by @teleological in #20
- fix: 0.11-nightly warnings of deprecated functions #94 by @pablobfonseca in #27
New Contributors
- @ck3d made their first contribution in #10
- @jacobsimpson made their first contribution in #15
- @oeyoews made their first contribution in #17
- @teleological made their first contribution in #20
- @pablobfonseca made their first contribution in #27
Full Changelog: v0.3...v0.3.1
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