nvim-luapad icon indicating copy to clipboard operation
nvim-luapad copied to clipboard

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

Results 5 nvim-luapad issues
Sort by recently updated
recently updated
newest added

Could you add and option to allow Luapad buffers be hidden? I just lost some amount of work because of forget that Luapad buffers wipe when become hidden and switch...

feature request

I'm not sure if this is particular to my config, but I get the error below when I try to run :vim.bo. ![image](https://user-images.githubusercontent.com/11233666/155456582-529b3189-a20e-4e53-9eb1-00634e1cf7b3.png) I just wanted to lyk! Thanks for...

bug
wontfix

This can reduce the repo size significantly!

I really appreciate this project, Is it still maintained? There are few bugs though

Adds a profiler to Luapad by adding the comment ```lua -- PROFILE [iteration_count] ``` Just a draft PR because I would like some feedback. Any thoughts on how I can...